I ran into a problem deploying on Heroku do to a failure in the rake task
rake assets:precompile
At the bottom is the error I get if I inte
Mine precompiled after I removed a stray "debugger" statement. Woops.