Changeset [767d8d9b21b6aa7a25d849e01eb9f392c8118454] by Walter McGinnis
January 13th, 2011 @ 09:35 AM
Adding ability to specify the key's class, rather than always
assume String. Useful for fields that have multiple values and need
to be saved as an Array.
https://github.com/kete/mongo_translatable/commit/767d8d9b21b6aa7a2...
Committed by Walter McGinnis
- A test/full_2_3_5_app_with_tests/app/models/recipe.rb
- A test/full_2_3_5_app_with_tests/db/migrate/20110112023516_create_recipes.rb
- M lib/mongo_translatable.rb
- M test/full_2_3_5_app_with_tests/db/schema.rb
- M test/full_2_3_5_app_with_tests/test/factories.rb
- M test/full_2_3_5_app_with_tests/test/unit/mongo_translatable_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Rails specific I18n model localization meant to tie-in to existing ActiveRecord models, ala Globalize2, backed by MongoDB rather than an RDBMS. May include UI elements, too.