Mounted Assets & Links#19
Conversation
|
Very nice! It's been a while since I actually used gush control personally so will need a bit to set up a project to review this :) |
|
Hi, @pokonski ! I work with @markvanlan and we are using First: thanks so much for the gem. We all agree it is the perfect solution to the problem we are trying to solve. Second: The project is big enough that we should have the opportunity to invest back into We'd love to know what you think the direction of For instance: now that Please don't hesitate to get in touch! |
|
Hey @nathancolgate But I agree that (based on a hunch!) most consumers of gush are Rails apps, so going in that direction seems very reasonable. Having a Docker image would also be great! So I'll definitely could use the help modernizing it, especially from people who actively use it 👍 |
|
Hey @pokonski ! It's been a couple years. The project we used this on is up and running just fine without this. How would you feel about closing this PR? |
Based on @piasekhgw's fork, this branch uses Sprockets instead of sinatra/assetpack (which is no longer maintained), and appends the
app_prefixto asset paths and links so they work when mounted in a Rails application.I did not touch the websocket routes (which probably need
@appPrefixprepended to them), but would love for someone to continue on this path so gush-control works well mounted.