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
Don't depend on RAILS_ENV in hoptoad failure backend
Checks if RAILS_ENV is defined? and if so, uses that.
Otherwise, tries to use ENV['RACK_ENV'] and if that
isn't available, falls back to 'development'.
Extracts this into it's own method so that subclasses
can overwrite the method to use, say ENV['MERB_ENV']
0 commit comments