On Tue, May 22, 2012 at 1:28 PM, Ramsés López <[email protected]> wrote:
> However, when I use capistrano to transport it to the other server, the > rails app doesn't seems to find methods containen in gems > $ rvm list > > rvm rubies > > ruby-1.9.2-p290 [ i686 ] > =* ruby-1.9.3-p194 [ i686 ] Does `gem list --local` show you the correct gems? Can you start up a console successfully while logged in? If so, then your Rails app is probably being run as a different user, without access to your RVM environment. If not, run `bundle install` and try restarting your app. HTH, -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
