Ruby on Rails Wednesday, June 29, 2016

uncomment capistrano/bundler, with passenger if you have it correctly configure, passenger will use 'bundle exec rails s passenger' from within the 'current' folder of the app, just remember that the bundler gem has to be accesible from anywhere in the system when you do gem list.

On Wed, Jun 29, 2016 at 4:27 PM, Colin Law <clanlaw@gmail.com> wrote:
On 29 June 2016 at 19:28, tom <tomabroad@gmail.com> wrote:
> Hi Radhames,
>
> running webrick (3000) on the server is fine, app loads.
>
> doing bundle show rails gives:
> /home/railsuser/.rvm/gems/ruby-2.3.1@my_gemset/gems/rails-4.1.6
>
> but when i run nginx with staging or production gives me the same error
> (method not found aka ( i guess) gems not loaded)

Are you sure it is that?  What is the exact error message?

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLs3%2BtU8GaYeWOnMuTNhnS76B1D19rsSxar0y8ckmUckTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CANkJ5gnCUQ0%2BMMQOxR8WoS8MAcg%2BcMppYduiOan7YwTRoFC%3Dkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment