On Mon, Mar 21, 2011 at 1:52 PM, yb <[email protected]> wrote: > I've just installed Rails v3.0.5 and reading the guide > http://guides.rubyonrails.org/getting_started.html#creating-a-new-rails-project. > Where it says to do: > > rails new blog > > that actually creates a site in a folder called "new".
That means you have (at least) two different versions of Rails on your system, and the first one being found is pre-3.0.x. Try `rails -v` and `which rails` for starters... -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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 [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.

