Re: [Rails] instaling rails 4.0.8

2014-10-14 Thread Norbert Melzer
2014-10-14 16:49 GMT+02:00 Jason Fleetwood-Boldt : > > Jarmo, > > Holy crap. *Is that documented?!?* > Yapp! But thats not rails but rubygems behaviour. Documentation is hidden inside the documentation for "gem install": http://guides.rubygems.org/command-reference/#gem-install Read the last p

Re: [Rails] instaling rails 4.0.8

2014-10-14 Thread Jason Fleetwood-Boldt
I can't find it in the Rails guides and it's not in the manual page for rails new (rails new -h). Thanks for telling us! I've been telling people to gem uninstall & gem install for years. -Jason On Oct 14, 2014, at 10:54 AM, Jarmo Isotalo wrote: > Not sure, I may have picked it from rails

Re: [Rails] instaling rails 4.0.8

2014-10-14 Thread Jarmo Isotalo
Not sure, I may have picked it from rails source... Ill take a closer look to the documentation later today to see if/where its hidden (unless someone does it earlier...) -Jarmo On Tue, Oct 14, 2014 at 4:49 PM, Jason Fleetwood-Boldt wrote: > > Jarmo, > > Holy crap. *Is that documented?!?* > > T

Re: [Rails] instaling rails 4.0.8

2014-10-14 Thread Jason Fleetwood-Boldt
Jarmo, Holy crap. Is that documented?!? That actually works for me, using the underscores just like you said. -Jason On Oct 14, 2014, at 3:59 AM, Jarmo Isotalo wrote: > You just need to specify wanted rails version in the command, rails _4.0.8_ > new appname > This works at least on

Re: [Rails] instaling rails 4.0.8

2014-10-14 Thread Jarmo Isotalo
You just need to specify wanted rails version in the command, rails _4.0.8_ new appname This works at least on ubuntu and mac. On Monday, October 13, 2014 11:03:57 PM UTC+2, Jason FB wrote: > > > You can't actually just specify an older version Rails when doing rails > new, you need to uninstal

Re: [Rails] instaling rails 4.0.8

2014-10-13 Thread Jason Fleetwood-Boldt
You can't actually just specify an older version Rails when doing rails new, you need to uninstall & reinstall the whole gem itself. (or use RVM to create yourself a custom gemset, but that's beyond the scope of this answer) you have to uninstall the rails gem (be sure to do it globally) and t

[Rails] instaling rails 4.0.8

2014-10-10 Thread Darko Vulin
I am on win7. I installed ruby 2.0.0 but I don't know how tu install rails 4.0.8. I need this enviroment for Ruby on Rails tutorial. Thank's -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receivin