search for: globalize3

Displaying 3 results from an estimated 3 matches for "globalize3".

Did you mean: globalize
2012 Oct 19
1
Globalize3 gem, upload data from CSV
Rails 3.1.3 Globalize3 latest I am not sure if I can ask this question here in general Rails forum. But I''ll try. Currently I am using a gem, Globalize3, which is useful for model I18n. https://github.com/svenfuchs/globalize3 Say, I have a model City, having only one column, name. City names appear differentl...
2012 Dec 18
0
problem with globalize3 : undefined method `create_translation_table!'
Hello, I have the problem posted at this address : https://github.com/svenfuchs/globalize3/issues/172. I created a new project with a new model and I integrated globalize3. I created a migration like this : class CreatePages < ActiveRecord::Migration def up create_table :pages do |t| t.timestamps end Page.create_translation_table! t...
2010 Sep 12
11
Rails 3: finding a record by name in multilingual app
Hello, I upgraded my application from Rails 2 to Rails 3 and ran into a problem. In rails 2 I could use the english name of the record to find it like: Page.find_by_name("Welcome") even though the user chose German as the language (which of course showed the German welcome page. Eversince I switched to Rails 3 (default_locale still :en) I can''t find anything by giving the