Miquel Cubel wrote in post #1020180:
> Hi,
>
>      With rails 3.1 and some new gems versions the books can become
> complicated.
>
>      There are better ways to do it, but in your case (starting from
> zero) I'll suggest:
>
>      1. Delete new versions of rails:
>      gem uninstall rails
>
>      Select "All versions"
>
>      2. Install the right rails gem for the book (between 3.0.1 and
> 3.0.9 all work)
>     gem install rails --version 3.0.9
>
>      3. Delete newer versions of rake and stay with the old one
>       gem uninstall rake
>       gem install rake --version 0.8.7
>
>      4. Start the project from zero (As far as I remember it wasn't a
> lot of work).
>      rails new depot
>      rails generate scaffold ....
>      rake db:migrate
>
>      Greetings,
>

Ignore all that.
.
.
.
.
.
.
..
.
.
.
.
.
.

-- 
Posted via http://www.ruby-forum.com/.

-- 
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