globalize3 Questions
3
I have a new rails engine and I want to use globalize3. I did this in my lib//engine.rb :
require 'globalize3'
module SimpleCms
class Engine < ::Rails::Engine
end
end
Now, I try to create ...
Irmgard asked 17/12, 2012 at 0:54
2
Solved
I am looking to implement a simple search function while using the globalize3 gem for Ruby on Rails. Since the translations of the model are stored in a separate table, the code below doesn't work ...
Tortile asked 22/8, 2012 at 0:8
1
I've been scratching my head for the last few hours, looking for an answer but I can't find it anywhere.
My gem file:
# Use globalize for translating models
gem "globalize", github: "ncri/globali...
Internalcombustion asked 29/1, 2015 at 23:58
3
Solved
I'm working in the internationalization/localization of web site using Globalize3 and easy_globalize_accesors and right now I'm adapting the forms to manage fields with possible translations.
Suppo...
Durfee asked 5/11, 2013 at 20:20
1
I have small table:
create_table :cities do |t|
t.string :name
end
I need to internationalize "name" column and I don't want create separate table for this. Is it possible to add columns for tr...
Cracksman asked 4/7, 2014 at 7:6
1
© 2022 - 2024 — McMap. All rights reserved.