What have you found for these years?

2011-04-07

wtf heroku 1.20.0 is disappeared

1.20.0 April 4, 2011 yanked
man, please never do this!
this is not funny!

-----> Gemfile detected, running Bundler version 1.0.7
       Unresolved dependencies detected; Installing...
       Fetching source index for http://rubygems.org/
       Could not find heroku-1.20.0 in any of the sources
       FAILED: http://devcenter.heroku.com/articles/bundler
 !     Heroku push rejected, failed to install gems via Bundler

2011-04-06

downgrade rubygems

I don't know if it is bundler too dirty or rubygems changed
too radically or fixed a bug or introduced a bug. Anyway,
I get this error running rubygems 1.7.2 and bundler 1.0.11:
source index not created from disk
I would suspect bundler first, but anyway... since rubygems
1.6.2 works fine, so without digging into it, just downgrade
rubygems, that's a lot easier.

Run this:
gem install rubygems-update -v '1.6.2'
update_rubygems --version='1.6.2'
You can't switch rubygems version in Ruby 1.9+, since it's
integrated into the core. Downgrade is the only way to get
around this. As for Ruby 1.8, I think it is possible to put this
on the top of the program to workaround this instead:
gem 'rubygems-update', '1.6.2'
require 'rubygems'
So you don't have to really downgrade rubygems in 1.8.

cleanup rails after upgrade

gem list '^active|^action|^rails' | sed -E 's/\(.+\)//' | xargs gem uninstall -v 3.0.5

i really hate this, but anyway...

2011-04-05

CrossOver Guild Wars (5)

昨天一口氣從 Beacon's Perch 開始,經過 Lornar's Pass,
Dreadnought's Drift, Snake Dance, Grenth's Footprint,
抵達 Deldrimor War Camp.

以前用 Elementalist 時,一直想從 Camp Rankor 跑到 Beacon's
Perch, 但帶著七個 henchmen 實在很難完成這個任務。如今用
Ritualist 加上五個 heroes, 簡直是易如反掌.. 儘管我原先在想,
或許可以用 hard mode 去跑,結果六人隊伍一個 healer 大概還是
太勉強了吧。連 normal mode 都不小心被打到全滅一次。

於是立刻重來,這次帶兩個 healers 應該是肯定夠 :o
再加上小心一點,果然很輕易就跑完了。只是有時候不小心還是會
拉到不少敵人。好在 normal mode 還算可以很輕易對付,
這在 hard mode 或是帶 henchmen 的話,應該是穩死了...

*

跑到 Grenth's Footprint 後,忽然就看到一個矮人要給 quest!
結果居然是 To Sorrow's Furnace... 傷心熔爐 O_Q
忽然才覺得其實這邊很眼熟啊!沒走幾段路,就看到當年那個
我無數次帶 henchmen 往下跑的那段道路,只不過這次我要往上跑,
因為我要去 Deldrimor War Camp, 而不是傷心熔爐...

到這邊,已經不用看地圖了,總之找到往上走的路,路上也有路標 XD

當年帶 henchmen, 最好的結果也只是差點完成其中一段的 quest,
(雖然我有點不記得,那次是不是有老林姊的幫忙 XD)
今次要帶七個 heroes 來復仇姆哈哈哈哈 XD

不過在這之前,大概還是想先把一些之前沒抓到的 elite skills 抓一抓,
例如 Thunderclap.

這遊戲大概可以讓我殺一輩子的時間 :o

可惜就是 Prophecies 的 collector's edition...
還是想買個新品,或是說是序號 :o 為了 /dancenew
只是現在漲價到約 $900 最好是買得下去啦 :s
早知道在 $200 時就該出手了..? -_-

2011-04-05

聴きながら寝るためのゲーム音楽。
在聽這個。一開頭就是 Chrono Trigger 的音樂..。
忽然就覺得,對我而言,這個世界真的變太多了。
太多太多的事已經完全不一樣了,更別提中間還轉過好幾回。
而我終究大概也只能這樣活在自己的世界中吧。(也還在夢那些.. :s)

然而每每躺在床上所想的,跟想到又有堆積如山該做的事情時,
感覺又會完全不一樣...

很疲憊。

所以都在打 guildwars 和 estiah.. :o
可惜好像打不了多久.. 假日快沒了
也還有堆積如山沒看的,堆積如山沒試的...

All texts are licensed under CC Attribution 3.0