rvmrc - I do not have access to the rails command in my application folder -


i have rails installed on machine (ubuntu 12.04) , have used couple of rails projects. have access rails command in home folder , other folder create on machine. created new directory project. created .rvmrc file following content:

rvm --create ruby-2.0.0-p0@gemset 

after created .rvmrc file ran following commands:

rvm install ruby-2.0.0-p0 rvm use ruby-2.0.0-p0 rvm gemset create project.me rvm gemset use project.me 

everything looks point. when try create rails project with:

rails new . 

i following error:

the program 'rails' not installed.  can install typing: sudo apt-get install rails 

what not understand? know can create new project

rails new project.me 

and work fine, why not working? guys!

maybe don't have rails gem installed in gemset.

try out gem install rails, after using specific gemset.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -