public
Description: ActiveRecord(>2.2) localization using Ruby-GetText-Package
Homepage: http://www.rubyforge.org/projects/gettext/
Clone URL: git://github.com/mutoh/gettext_activerecord.git
mutoh (author)
Sun Nov 08 06:46:27 -0800 2009
commit  9731c42c0a2020e6427def51a0fc10e3f08b67e5
tree    d7d1c54b3d5c6aea900e219bab7500c655571377
parent  849908c09da72338df6450ff3b843aab1c693528
name age message
..
file README.rdoc Loading commit data...
file Rakefile
file book.rb
directory config/
directory db/
directory po/
file sample.rb
sample/README.rdoc

Sample for gettext_activerecord

USAGE

(Install sqlite3 and sqlite3-ruby first)

$ Edit config/database.yml if you need. $ rake createdb $ rake makemo $ ruby sample.rb

  (or ruby -I/gettext/path/lib sample.rb)