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…
Although Radiant may not be as well known among many Rails developers when compared to other Rails based CMS solutions such as Typo or Mephisto. Radiant is a powerful solution that has been steadily growing in popularity over time. Recently there have…
by
Peter Cooper on August 28, 2008 :
1 Comment
EnvyCasts is the latest venture by the presenters of the popular Rails Envy podcast - Jason Seifer and Gregg Pollack. Like PeepCode, EnvyCasts follows a model of offering an instructional video and supporting materials on a single topic for $9 in a…
The official Ruby blog announces that REXML, an XML library that comes with Ruby and is heavily used by many Ruby apps (including RAils), is vulnerable to a specific type of attack that could result in a denial of service. Core…