Rails

HomeRails

Tick, tick, tick

While analyzing Rails performance, I stumbled upon the fact that parsing timestamps in ActiveRecord is very slow (I'll post more about that in an upcoming blog) A bit of...

Updated Rails Plugins

[Tom Fakes](http://blogcraz8com/) was kind enough to point out that the Rails Rest controller and content negotiation plugins I posted a couple of weeks ago can no longer be...

Rails and HTML and XHTML

Rails support for HTML and XHTML is less than exemplary For some reason, the 111 release considers the application/xhtml+xml mime type to be a synonym for text/html Ummwhy And...

Top