Ruby on Rails Saturday, December 29, 2012

m a newbie in rails. working on Windows 7, 64 bits. Installed my environment through RailsInstaller. latest version ofcourse. When creating a new project, (keeping the gem file as default) and having the bundle install run, am getting the error

gem::package::FormatError: no metadata found in   D:/RailsInstaller/Ruby1.9.3/bin/cashe/activereocrd-3.2.9.gem  and error occurrend while installing activerecord (3.2.9), and bubndler cannot continue.  Make sure that gem install activerecord -v '3.2.9' succeeds before building.  

I tried to run the gem install activerecord..as instructed still bundle install does not work and i cannot run the rails server. (rails s)

When changing the rails version in the app gem file to 3.2.8 instead of 3.2.9 everything seems to work and the rails server runs succefully. What is wrong?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/67bX1J2WLeYJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment