Ok here’s an app as of right now.
All the app consists of are some forms for...
Everyone seems to trip up when it comes to #< and #> and dates and...
A passionate opinion about quotes.
The following code samples, taken from a controller, demonstrate different...
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
...
So I’m learning the latest Rails release by converting an existing app to it....
Good code has a rhythm. To me code with a good rhythm can be easily read and...
So I’ve been gradually getting my feet wet with the new Rails 2.0 release.
...