I had this problem when running on the same machine in production environment, because the assets are precompiled, and thus are served twice.
You should change the assets dir on the dev environment + bundle exec rake tmp:clear to clear the precompiled assets.
Thanks ! Just used it today and the gem found a good optimization !
no evidence, but when I made the switch, I really felt the difference !
One tip to fasten Rails' startup : buy a SSD drive ! It will make your life easier ;)
:)
I had this problem when running on the same machine in production environment, because the assets are precompiled, and thus are served twice.
You should change the assets dir on the dev environment + bundle exec rake tmp:clear to clear the precompiled assets.
Thanks for these links !
I've experienced big memory leaks with RMagick...
Thanks guys for AXLSX ! It perfectly suits my needs !
excellent, thanks!
EC2 comes with Elastic Load Balancing, it would be nice to use it instead of a web role.
Is it feasible ?
Excellent episode. I'm looking forward a "part 2" where you would explain how to set up your own templates!
Thanks!
Cool! Thanks Ryan!
securing with OAuth2 please :)
thanks for the episode!
yep!
Great episode! I would love to see a screencast on how to build a OAuth2 protected API with that ;)
OMG. I was struggling this week with a database less model and here is a railscast on this! Thanks Ryan!