Rails Snippets - 11/2
New in Rails: Request Profiler
Jeremy Kemper recently committed a request profiler to Rails. It lets you make a request to a URL repeatedly, and then see an HTML or text report of where your code is spending it’s time. This looks very handy.
Building Tempo With Rails - Part I
A walkthrough of building an app with Rails, which includes feature definition, using Piston to manage plugins, and Restful Authentication. Nice.