File: README.rdoc

package info (click to toggle)
ruby-gettext-activerecord 2.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 624 kB
  • sloc: ruby: 2,895; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
= 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)