Advanced Rails - Building Industrial-Strength Web Apps in Record Time

(Tuis.) #1

264 | Chapter 8: i18n and L10n


$ rake globalize:setup
$ script/console
>> ActiveRecord::Schema.define do
?> change_column_default :globalize_translations, :built_in, false
>> end

Figure 8-5. Viewing a newly created person


Figure 8-6. Viewing all people; one created

Free download pdf