You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm struggling to get the rails-api gem installed correctly. I am using this puppet script for a Vagrant machine. Windows 8 host with Ubuntu 12.04 guest.
I use the snippet below in my manifest, and get no errors from the installation. But when I try to run rails-api, I get rails-api: command not found. Any help would be great!
RVM output from vagrant up
==> default: Notice: /Stage[main]/Install-rvm/Rvm_system_ruby[ruby-2.1.3]/ensure: created
==> default: Notice: /Stage[main]/Install-rvm/Rvm_gemset[ruby-2.1.3@myproject]/ensure: created
==> default: Notice: /Stage[main]/Install-rvm/Rvm_gem[ruby-2.1.3@myproject/rails-api]/ensure: created
==> default: Notice: /Stage[main]/Install-rvm/Rvm_gem[ruby-2.1.3@myproject/rake]/ensure: ensure changed '10.1.0' to 'latest'
==> default: Notice: /Stage[main]/Install-rvm/Rvm_gem[ruby-2.1.3@myproject/bundler]/ensure: ensure changed '1.7.3' to 'latest'
You are creating gemsets so gems are not system wide available, check gemsets in the rvm docs
You probably want to install in the default gemset (i.e. no gemset)
Hi! I'm struggling to get the
rails-api
gem installed correctly. I am using this puppet script for a Vagrant machine. Windows 8 host with Ubuntu 12.04 guest.I use the snippet below in my manifest, and get no errors from the installation. But when I try to run
rails-api
, I getrails-api: command not found
. Any help would be great!RVM output from
vagrant up
Section of manifest file installing RVM.
The text was updated successfully, but these errors were encountered: