Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running with Rails #18

Open
kakoni opened this issue Mar 24, 2016 · 1 comment
Open

Running with Rails #18

kakoni opened this issue Mar 24, 2016 · 1 comment

Comments

@kakoni
Copy link

kakoni commented Mar 24, 2016

Trying to run this under rails.
in routes I've got

mount Gush::Control::App, at: '/gush'

But asset loading fails,

ActionController::RoutingError (No route matches [GET] "/js/application.js"):

Which is bit weird since shouldnt sinatra-assetpack work with subpaths (rstacruz/sinatra-assetpack#104)

@pokonski
Copy link
Contributor

pokonski commented Apr 1, 2016

Good catch, I haven't mounted the Gush Control inside rails so that is something to improve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants