Lendy
Results
1
comments of
Lendy
I've had to temporarily patch `bin/rails` to get `rails console` to work on Heroku. Setting DISABLE_SPRING in Heroku ENV has no effect. ``` #!/usr/bin/env ruby unless ENV["DISABLE_SPRING"] begin spring_bin_path =...