[Rails] ROR on Ubuntu 14.04

2016-08-18 Thread James Davis, PhD
Is RVM installed? What is the output from 'rvm get stable'? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Rails] ROR on Ubuntu 14.04

2016-08-15 Thread Colin Law
On 15 August 2016 at 14:09, Suhel Inamdar wrote: > Hi friends i am using Ubuntu 14.04. At the time of ROR installing i faced > number of errors. > when i use rvm ruby install it gives "no command found" > but when i use ruby -v and rails -v it shows its versions. > when

Re: [Rails] ROR on Ubuntu 14.04

2016-08-15 Thread James Jelinek
Did you do rvm install 2.3.1? Or whatever version number you're using? Also once in your directory you'll want to do rvm use 2.3.1 or whatever version you're using. Please provide more output if you can. Sent from my iPhone > On Aug 15, 2016, at 8:09 AM, Suhel Inamdar

[Rails] ROR on Ubuntu 14.04

2016-08-15 Thread Suhel Inamdar
Hi friends i am using Ubuntu 14.04. At the time of ROR installing i faced number of errors. when i use rvm ruby install it gives "no command found" but when i use ruby -v and rails -v it shows its versions. when i use rails new app it shows me `x64_mingw` is not a valid platform. please