¶ ↑
Simple Rails 3.1 I18n Demonstration appOriginally created as a small exercise on the usage of the different components necessary to properly support internationalization (i18n) and localization (l10n) on top of Rails 3.2.
This includes taking care of:
-
Devise, by adding locale files
-
Rails Translate Routes to have translated URLs
-
Globalize3 to make model attributes also locale sensitive
-
ActiveAdmin with Globalize3 support, to edit each localized attribute
Optional components added include:
-
RDiscount to simulate a minimal CMS
-
FriendlyID to exercise proper ID generation for content
-
Twitter Bootstrap to make the visual a bit more appealing
Author: Fabio Akita (@akitaonrails) Originally designed as a companion app to AkitaOnRails.com blog post
¶ ↑
Getting StartedThe usual suspects:
git clone git://github.com/akitaonrails/Rails-3-I18n-Demonstration.git i18n_demo cd i18n_demo bundle install rake db:migrate rails s
#Fun
¶ ↑
Blog PostThis exercise app was create to back up the 2 part blog posts published at AkitaOnRails.com. Check them out: