Hi All, I have one question below: How can I create app by specifying the rails version. for example I have local rails gem versions (2.3.5, and 2.3.10) how I can create rails app => 2.3.10 but default rails gem point to 2.3.5. I have google I found that by specifying `rails _2.3.10_ new demo` will help but is not working instead it creating new app in the name "_2.3.10_" Can any help on the same. Thanks, Senthil Srinivasan -- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/A5iPlNN8nl0J. For more options, visit https://groups.google.com/groups/opt_out.
> > > I have google I found that by specifying `rails _2.3.10_ new demo` will > help but is not working instead it creating \the ''new'' command did not exists in rails before rails 3, back then there was a different script for generators script/generate controller is now rails g controller so back then the ''rails'' script was only for making apps, now it accepts commands like generate, destroy and more. If you want to see who to use it in rails 3 check out this link http://rakeroutes.com/blog/how-to-use-bundler-instead-of-rvm-gemsets/ -- 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 https://groups.google.com/groups/opt_out.
On 31 July 2012 06:00, thil <thil.1212-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi All, > > I have one question below: > > How can I create app by specifying the rails version. > > for example I have local rails gem versions (2.3.5, and 2.3.10) how I can > create rails app => 2.3.10 but default rails gem point to 2.3.5. > > I have google I found that by specifying `rails _2.3.10_ new demo` will > help but is not working instead it creating new app in the name "_2.3.10_"I don''t remember how to do it on rails 2 (the method you have tried is for rails 3), but I think if you type rails -h it will show you all the switches, one of which should be for specifying the version. Ideally you should not be using rails 2 for new applications however. Colin -- 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 https://groups.google.com/groups/opt_out.
Hi Colin , Thanks for remain me to start with Rails 3.2.X latest. Which is the stable version of rails 3.0.5/3.2/ 3.2.7 is ? And I am following the Rails documentation http://guides.rubyonrails.org/index.html You have any ideal documentation for rails 3 Thanks, Senthil srinivasan -- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/WMPC25Qh1I0J. For more options, visit https://groups.google.com/groups/opt_out.
3.2.7 is stable enough for you to create your application! On Thursday, August 2, 2012 7:05:52 AM UTC+3, thil wrote:> > Hi Colin , > > Thanks for remain me to start with Rails 3.2.X latest. Which is the stable > version of rails 3.0.5/3.2/ 3.2.7 is ? > > And I am following the Rails documentation > http://guides.rubyonrails.org/index.html You have any ideal documentation > for rails 3 > > Thanks, > Senthil srinivasan > >-- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/uO2iprSFwXwJ. For more options, visit https://groups.google.com/groups/opt_out.