I created a rails 3 app called "app1". Changed directory to app1/ Executed the command "rail server", but it is failing: "-bash: rail: command not found" Tried "rails server" instead, but this is creating a new app called "server"
On Feb 7, 1:55 pm, Sunny <[email protected]> wrote: > In Rails 3 you don't start the server by "script/server" anymore. You > use "rail server" instead. > Check outhttp://guides.rails.info/3_0_release_notes.html > > On Feb 7, 7:03 pm, a <[email protected]> wrote: > > > > > I installed Rails 3 beta, created a new rails 3 app, and tried to run > > it but am getting this error when running script/server: Cannot find > > gem for Rails =1.2.6.0 > > > Do I need to install an earlier version of rails to have a running > > rails 3 app? > > > Thanks -- 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.

