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
then all the deps are loaded too, even in unicorn instances. My particular problem is with pry-rescue, intercepting SIGQUIT, and that's messes up with unicorn reloading.
Do you think it's possible to load pry-plus deps only when actually starting rails console?
The text was updated successfully, but these errors were encountered:
Hello.
I'd like to have rails console using pry in RAILS_ENV=production too.
but if I have following in Gemfile
gem 'pry-rails'
gem 'pry-plus', group: :development
then all the deps are loaded too, even in unicorn instances. My particular problem is with pry-rescue, intercepting SIGQUIT, and that's messes up with unicorn reloading.
Do you think it's possible to load pry-plus deps only when actually starting rails console?
The text was updated successfully, but these errors were encountered: