RubyのオンラインリファレンスのURLが移動
Rubyのリファレンスを参照するときは、いつもGoogleで検索していたのですが、なぜか検索結果からのリンクがリンク切れに。
昔のリファレンスは
にあったのですが、以下のように新しいURLに移動したようです。
旧版は以下に移動した模様。
検索インデックスが新しくなるようにGoogle botに頑張って欲しいです。
See Also
Rubyのリファレンスを参照するときは、いつもGoogleで検索していたのですが、なぜか検索結果からのリンクがリンク切れに。
昔のリファレンスは
にあったのですが、以下のように新しいURLに移動したようです。
旧版は以下に移動した模様。
検索インデックスが新しくなるようにGoogle botに頑張って欲しいです。
See Also
待っていたものが登場したようです。

上記は
Rails-2.3.2のSearchable API Docです。
RailsのAPIを、class, method等を横断してLive Searchできるようです。
MerbのAPIドキュメント
と比べても、勝るとも劣らない仕上がりですね。
オフライン状態でも使えるようにダウンロードできるバージョンも用意されている模様。
The PaginationScope
library is a pagination library of the NamedScope era.
The difference to the last version is only a small bug fix.
So you can keep using it if you don't mind.
That's all. But I shall use this opportunity to write some document for the helper method of the library.
SYNOPSIS:
pre>>
paginate [, ]
<<--
The scope is a pagination scope object.
The options is a hash including several parameters as follows.
:newer The label string for the link to a newer page.:older The label string for the link to an older page.:left The number of pages which appears on the left side.:right The number of pages which appears on the right side.:window The width of pages which surrounds the current page.