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
I built an arbor rails engine and I'm having some trouble between different environments. I've discovered that if I set config.assets.debug to false in the environments file it breaks with the following message in the log:
Started GET "/nullarbor.js" for 127.0.0.1 at 2012-09-20 16:43:42 -0700
ActionController::RoutingError (No route matches [GET] "/nullarbor.js"):
I built an arbor rails engine and I'm having some trouble between different environments. I've discovered that if I set
config.assets.debug
tofalse
in the environments file it breaks with the following message in the log:Checking through the code, I think it's linked to the
arbor_path
function insidehttps://github.com/samizdatco/arbor/blob/master/src/etc.js
. Is there a reason it needs to find itself?The text was updated successfully, but these errors were encountered: