The following code samples, taken from a controller, demonstrate different...
Last Update: For archival reasons, I’m removing direct links to releases,...
Using Jangomail for Rails emails.
Getting sick of writing the following?
def create
@user = User.new...
Ever write this?
before_filter :csv?, :only => :index
def index
...
Introducing a confusingly-named plugin, when
.
Does anyone have a valid use case for ActiveRecord::Base#toggle! - inquiring...
I was going into a project to do some general code refactoring (it’s a hobby...
So I’m learning the latest Rails release by converting an existing app to it....
If you have any moderately old rails applications in production, and you find...