On Fri, Sep 30, 2011 at 11:16 AM, ben_hawk <ben_gib...@live.co.uk> wrote:

>
> I installed ruby 1.9.2 using RVM and then used Netbeans to install the
> latest
> rails and gems etc.
>
> However when I create a new rails application and click finish i get the
> following error
>
>
> http://old.nabble.com/file/p32569627/Screen%2BShot%2B2011-09-30%2Bat%2B16.14.01.png
> Screen+Shot+2011-09-30+at+16.14.01.png
>
> 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:
http://stackoverflow.com/questions/6085610/ruby-on-rails-and-rake-problems-uninitialized-constant-rakedsl

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.

Cheers,

-- 
Vinod Kurup, MD
http://kurup.org

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to