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
Right now the runner.rb initializes Rails.env to be the string of the environment. It would be great for interoperability with the rest of our rails app if it could wrap that string in a StringInquirer object if the ActiveSupport gem is loaded: http://api.rubyonrails.org/classes/ActiveSupport/StringInquirer.html
The text was updated successfully, but these errors were encountered:
Right now the runner.rb initializes Rails.env to be the string of the environment. It would be great for interoperability with the rest of our rails app if it could wrap that string in a StringInquirer object if the ActiveSupport gem is loaded: http://api.rubyonrails.org/classes/ActiveSupport/StringInquirer.html
The text was updated successfully, but these errors were encountered: