Double Shot #708
Made my first commit to docrails in ages. Not that it was of any great significance, but at least I'm getting back in the game.
- Mounting Grape API inside rails application - How to use the Grape API micro-framework in either Rails 3 or Rails 2.3.
- ruby-style-guide - Rubyists are too ornery to have an official style guide, but this is a good starting point if you need to bang something together for your company.
- Optimizing Cache - Google's notes on the subject. Of particular interest to Rails devs is the fact that they recommend against putting cachebusters in the query string.