globalize Questions
1
Solved
Context: For a Ruby on Rails app for bike rentals, I am using the gem globalize to deal with input :description in different languages.
Curent state: The globalize implementation worked, dependin...
Arterial asked 14/2, 2020 at 11:12
0
I have a Rails 5 app in which I use Globalize for localization. I'm currently having an issue where I can't save new objects if they don't have any translations.
My model looks like this:
# Produ...
Hulk asked 8/8, 2018 at 20:50
1
I have a problem with globalize and friendly_id. The site has 2 languages Ru and En. Gem friendly_id, globalize and friendly_id-globalize configured and work. If I change the language from Russian ...
Heeley asked 19/1, 2016 at 13:52
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
1
Solved
I want to order some records of a model that has a relation to another model (with translated attributes). Here an example:
I have a model Project
I have a model Task
I have the relation Project...
Corriveau asked 10/2, 2015 at 10:46
2
Solved
How am I supposed to write the forms for my models where I'm using rails 4 and https://github.com/globalize/globalize for translations. i want to display all translations in one form like below exa...
September asked 22/10, 2013 at 18:33
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.