When I create a new rails project I correctly select the right version
of
Ruby to use (1.9.2) and everything else including the gems are all set
to
version ruby 1.9.2
When I create a new rails project I correctly select the right version of
Ruby to use (1.9.2) and everything else including the gems are all set to
version ruby 1.9.2
However when I create a new rails application and click finish i get the
Does anyone know whats wrong?
–
You received this message because you are subscribed to the Google G. “Ruby
on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
–
Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache
When I create a new rails project I correctly select the right version of
Ruby to use (1.9.2) and everything else including the gems are all set to
version ruby 1.9.2
Does anyone know whats wrong?
Googling the error message finds this page:
I remember running into this too and it was fixed by downgrading rake to
0.8.7 in my Gemfile. I didn’t try any of the other workarounds.