me@me-VirtualBox:~$ bash -l
me@me-VirtualBox:~$ rvm use 2.0.0@r4
Using /home/me/.rvm/gems/ruby-2.0.0-p353 with gemset r4
me@me-VirtualBox:~$ cd rails_proj/sample_app/
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /home/me/rails_proj/sample_app/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.me@me-VirtualBox:~/rails_proj/sample_app$ rails console
Could not find bcrypt-ruby-3.1.2 in any of the sources <<<<Why do I get this error?
Run `bundle install` to install missing gems.
me@me-VirtualBox:~/rails_proj/sample_app$ rvm use 2.0.0@r4 <<<I rerun the same command and now it works
Using /home/me/.rvm/gems/ruby-2.0.0-p353 with gemset r4
me@me-VirtualBox:~/rails_proj/sample_app$ rails console
Loading development environment (Rails 4.0.2) <<<now no error
2.0.0p353 :001 >
You have to be at the root of the project when u use rvm. If you navigate away from root folder, then you have to do rvm again.
--
You received this message because you are subscribed to the Google Groups "Emerald City" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atlrug-emeraldc...@googlegroups.com.
To post to this group, send email to atlrug-em...@googlegroups.com.
Visit this group at http://groups.google.com/group/atlrug-emeraldcity.
For more options, visit https://groups.google.com/groups/opt_out.