by
Peter Cooper on September 13, 2008 :
1 Comment
Hyperactive Resource (Github repository) is a extension to ActiveResource that adds a lot of ActiveRecord-esque functionality and finally makes it a reasonably simple task to do a "drop in" replacement for existing ActiveRecord models. It includes dynamic finders, client-side validations, validation…
Outside of thread safety and internationalization support (both of which will be supported in Rails 2.2), one of the most maligned areas for Rails development has been the online documentation.
An effort to improve that situation though was recently posted on…
37signals shows how they use HAProxy in conjunction with their Rails apps, Apache, and Mongrel. Includes a useful screencast demonstrating HAProxy's load balancing features.
Tweet This Post
David Heinemeier Hansson has announced the release of Rails 2.1.1. You can get up and running with:
gem install rails --version 2.1.1 — remember to prefix with sudo, if appropriate!
Rails 2.1.1 is just a maintenance release of Rails 2.1 but, significantly, patches…
The developer of NeverBlock, Muhammad Ali of eSpace, has written a compelling blog post called Building the Never Blocking Rails, Making Rails 12X Faster where he outlines a number of improvements and changes that can made to Rails to send its…