1
vote
0answers
34 views

How to get the translation of the object in a globalize3 with fallback

I wanna get the translation with fallback. My method is not suitable: 1) Change locale(I18n.locale = :de) 2) Get translations(Place.find(:id)) 3) ... 4) Not profit! UPDATE: I find solution! ...
0
votes
1answer
236 views

Rails: Globalize3 and batch_translations

I'm using rails 3.2.8, globalize3 and batch_translations to translate specific content for an little cms and shop system. I integrated it without problems for one translation on one model. So ...
0
votes
1answer
220 views

globalize3 translating gem: What do I do about attributes that don't need translation (in writing migration)?

The github page for the globalize3 gem, https://github.com/svenfuchs/globalize3, clearly outlines how to prep a model's migration with string and text attributes that you would want multiple ...
0
votes
1answer
186 views

Sort ActiveRecord query response by Globalize3 translation on an association using locale

I have two models and three tables total which are involved. Unfortunately, some renaming of the models from the original table names has occurred, so pardon the confusion.: Symptom ...