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
Using @url Instance Variable in Rails I was going into a project to do some general code refactoring (it’s a hobby... Matt Jankowski January 25, 2008 Web Rails
no thanks So I’m learning the latest Rails release by converting an existing app to it.... Jared Carroll January 21, 2008 Web Rails