I’m having a hard time launching active_record from my ruby script. I get :
Unable to activate activemodel-3.0.9, because i18n-0.6.0 conflicts with i18n (~> 0.5.0) (Gem::LoadError)
I’m using RVM on ruby-1.9.2-p180
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
remove all versions of i18n.
gem uninstall i18nnow write
gem 'rails', '3.0.9'in your gemfile.Delete gemfile.lock
run
bundle install