Sha256: 463a1d80a76a040b11bccbeb5d0092faa8df543bd8551b22f192b254e3e16ed8

Contents?: true

Size: 586 Bytes

Versions: 8

Compression:

Stored size: 586 Bytes

Contents

== Ruby-Locale for Ruby on Rails sample application
This is the sample application for localization.

=== Includes
1. How to get current language.
2. Auto-Detect the locale from the WWW browser
3. Set locale as the "lang" parameter
4. Set "lang" as the cookie value
5. Localized Routes
6. Action caching
7. Separate Localized View template file

== Installation

1. Instal rails-2.2.x.
2. Install sqlite3-ruby
   gem install sqlite3-ruby
3. Install locale_rails
   gem install locale_rails
4. rake db:create 
5. ruby script/server
6. Access http://localhost:3000/ from the WWW browser.

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
activeldap-1.2.2 examples/al-admin/vendor/locale_rails/sample/README
locale_rails-2.0.5 sample/README
locale_rails-0.1.0 sample/README
locale_rails-2.0.1 sample/README
locale_rails-2.0.4 sample/README
locale_rails-2.0.3 sample/README
locale_rails-2.0.0 sample/README
locale_rails-2.0.2 sample/README