Contributing to Rails
Posted on 20 Apr 2008Encouraged by a couple of kind comments I submitted a patch for the change I wrote about in my previous post, and as of yesterday you can now do something like this in edge Rails.
caches_page :index, :if => Proc.new { |c| !c.request.format.json? }
I'd not used Lighthouse before and I'm still getting my head around everything Git. If you're in a similar position, you might find these links useful too:
