query: tag:doc

Rubyのリファレンスを参照するときは、いつもGoogleで検索していたのですが、なぜか検索結果からのリンクがリンク切れに。
昔のリファレンスは

にあったのですが、以下のように新しいURLに移動したようです。

旧版は以下に移動した模様。

検索インデックスが新しくなるようにGoogle botに頑張って欲しいです。

See Also

posted by genki genki on Thu 21 Jul 2011 at 13:25 with 0 comments

待っていたものが登場したようです。

**Rails Searchable API Doc **

ss

上記は
Rails-2.3.2のSearchable API Docです。
RailsのAPIを、class, method等を横断してLive Searchできるようです。

MerbのAPIドキュメント
と比べても、勝るとも劣らない仕上がりですね。
オフライン状態でも使えるようにダウンロードできるバージョンも用意されている模様。

posted by genki genki on Sat 28 Mar 2009 at 18:13 with 0 comments

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.
posted by takiuchi takiuchi on Wed 20 Aug 2008 at 02:17 with 0 comments