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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
In Rails 3 you don''t start the server by "script/server" anymore. You use "rail server" instead. Check out http://guides.rails.info/3_0_release_notes.html On Feb 7, 7:03 pm, a <alextab...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 <s...-YR5tAhhU8afQJDZefrY4RA@public.gmane.org> 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 <alextab...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Tried "rails server" instead, but this is creating a new app called > "server"Are you sure you tried "rails server" in the your app dir? Regards, Rimantas -- http://rimantas.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Sorry it was a typo. I actually meant "rails server" On Feb 7, 8:04 pm, a <alextab...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 <s...-YR5tAhhU8afQJDZefrY4RA@public.gmane.org> 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 <alextab...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.