ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Not restarting after bundle install #104

Closed westonganger closed 9 years ago

westonganger commented 9 years ago

I have had problems with some gems that use js or css assets (such as cocoon, or bootstrap-modal-rails). They are not working until a prax restart. I think that prax should do this automatically upon bundle install.

ysbaddaden commented 9 years ago

Yes, you must restart your Rack application after running bundle install. You may do so with prax restart or touch tmp/restart.txt in your application's directory before reloading. Prax has no mean to know that you installed new gems.