RESTful contact forms Just like static content pages – simple “contact form” pages are another... Matt Jankowski April 4, 2008 Web Rails
Static pages for the enterprise HasManyThroughJoshSusser writes about how to handle simple static pages. ... Matt Jankowski April 2, 2008 News Web Rails Open Source
extra action The following code samples, taken from a controller, demonstrate different... Jared Carroll March 28, 2008 Web Rails
For Attaching Files, use Paperclip Last Update: For archival reasons, I’m removing direct links to releases,... Jon Yurek March 18, 2008 News Web Rails Open Source Paperclip
less asking, more telling Getting sick of writing the following? def create @user = User.new... Jared Carroll February 25, 2008 Web Rails Good Code
what, is it good for? absolutely nothing Ever write this? before_filter :csv?, :only => :index def index ... Jared Carroll February 22, 2008 News Web Rails
When, a Rails plugin Introducing a confusingly-named plugin, when. Dan Croak February 15, 2008 News Web Rails
Riddle me this Does anyone have a valid use case for ActiveRecord::Base#toggle! - inquiring... Matt Jankowski February 12, 2008 Web Rails