1

When I run rinari-web-server I am getting this error:

/home/pedrorolo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- bundler/setup (LoadError)
    from /home/pedrorolo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /home/pedrorolo/workspace/geoptima-registrator/config/boot.rb:6:in `<top (required)>'
    from /home/pedrorolo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /home/pedrorolo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /home/pedrorolo/workspace/geoptima-registrator/script/rails:5:in `<main>'

I have the rvm emacs package installed. What am I doing wrong?

Pedro Rolo
  • 28,273
  • 12
  • 60
  • 94

2 Answers2

1

Had the same problem, fixed it by installing rvm.el

https://github.com/senny/rvm.el

Edit: duh, didn't fully read your question. Sorry.

Philip Daniels
  • 994
  • 1
  • 7
  • 25
0

I managed to make this work by explicitly loading the rvm.el file in my .emacs.

Pedro Rolo
  • 28,273
  • 12
  • 60
  • 94