Christian Malpeli
Christian Malpeli
My app serves up multiple domains. Is there a way to scope the rewrite to only one of them. Essentially something that would allow this: `r301 'http://www.domain1.com/something', 'some-other-location'` So `http://www.domain1.com/something`...
Is there a way to prevent a specific value from being picked up, like if I wanted to not have "phone" render?
I am getting the following when trying to precompile my assets locally ``` RAILS_ENV=production bundle exec rake assets:precompile rake aborted! Sprockets::NotImplementedError: Custom asset_path helper is not implemented Extend your environment...