-
Notifications
You must be signed in to change notification settings - Fork 46
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
rails-dev-boost in Rails 3.2.8 #36
Comments
rails-dev-boost should be completely server agnostic. The best way to determine if rails-dev-boost is running correctly is to enable the debug mode. This is easiest done by adding a |
@12eebok any news? |
@thedarkone Sorry I didn't get your first comment notification. I can confirm that dev boost is indeed running. Perhaps Thin web server is simply slower than WEBrick in general hence the performance drop. I recall when I was running Thin server on Rails 3.1.3 along with rails-dev-boost in development mode I didn't notice any performance gain, but switching over to the default WEBrick yielded a dramatic speed boost in comparison. The performance difference is fairly negligible on 3.2.8 with Thin server compared to WEBrick on 3.1.3, but only once the website is fully up and running and my browser has everything cached, however. For instance if I was to completely clear my cache in FireFox it can take up to a minute for a page to load and I don't remember having this issue with WEBrick. |
What you are describing (browser cache etc.) probably has to do with the speed of the assets compilation on 3.1 vs 3.2 or something, I don't think The correctly running
|
I'm closing this. |
I recently upgraded to rails 3.2.8 which seems to use the thin server by default, from my understanding rails-dev-boost only speeds up WEBrick as opposed to the thin server.
Is there any way I can switch back over to WEBrick to get the speed boost offered by this gem?
The text was updated successfully, but these errors were encountered: