Globalize and Rails 4.2
Recently I’ve been working on preparing our Rails app at Ztory to Rails.4.2. As of today 9/12, here are the changes to our current gemset we needed to support this Rails version:
gem “rails”, ”~> 4.2.0.rc2” gem “devise”, git: “https://github.com/plataformatec/devise.git”, branch: “lm-rails-4-2” gem “globalize”, github: “ncri/globalize” # for Rails 4.2
I’ve facing an issue with the globalize gem, so I’m documenting my progress here. Using the latest stable release of the gem gives me the following error:
Read more »