tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Clobbers active storage routes #581

Closed Samsinite closed 4 years ago

Samsinite commented 4 years ago

Hi, thanks for this addon! Wanted to report an issue with the current constraint for mount_ember_app. It clobbers paths to active storage files that do not have an extension. I believe an update to EmberCli::EmberConstraint to check for /rails/active_storage in the request path would solve it, would you guys be open to a PR for this fix?