RailsCasts Pro episodes are now free!

Learn more or hide this

Geoffroy Montel's Profile

GitHub User: geoffroymontel

Comments by Geoffroy Montel

Avatar

Thanks ! Just used it today and the gem found a good optimization !

Avatar

no evidence, but when I made the switch, I really felt the difference !

Avatar

One tip to fasten Rails' startup : buy a SSD drive ! It will make your life easier ;)

Avatar

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.

Avatar

Thanks for these links !
I've experienced big memory leaks with RMagick...

Avatar

Thanks guys for AXLSX ! It perfectly suits my needs !

Avatar

EC2 comes with Elastic Load Balancing, it would be nice to use it instead of a web role.
Is it feasible ?

Avatar

Excellent episode. I'm looking forward a "part 2" where you would explain how to set up your own templates!
Thanks!

Avatar

securing with OAuth2 please :)
thanks for the episode!

Avatar

Great episode! I would love to see a screencast on how to build a OAuth2 protected API with that ;)

Avatar

OMG. I was struggling this week with a database less model and here is a railscast on this! Thanks Ryan!