[Rails] how to install rails 4 via shell in ubuntu

2014-09-01 Thread Cristiano D.
i'm using the version 3, but i have a book that covers rails 4. please tell me a way to easy install it! Attachments: http://www.ruby-forum.com/attachment/10036/Screenshot_from_2014-09-01_23_45_05.png -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

Re: [Rails] how to install rails 4 via shell in ubuntu

2014-09-01 Thread Hassan Schroeder
On Mon, Sep 1, 2014 at 7:45 PM, Cristiano D. li...@ruby-forum.com wrote: i'm using the version 3, but i have a book that covers rails 4. please tell me a way to easy install it! gem install rails -v '4.1.5' (or whatever version you need) Good luck. -- Hassan Schroeder