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
The defest of leppards If you have any moderately old rails applications in production, and you find... Matt Jankowski January 14, 2008 Web Rails PostgreSQL
relax with your hacks Good code has a rhythm. To me code with a good rhythm can be easily read and... Jared Carroll January 14, 2008 Web Rails Good Code
rails 2 point oh jesus So I’ve been gradually getting my feet wet with the new Rails 2.0 release. ... Jared Carroll January 8, 2008 Web Rails
Massage your params Well you’ve launched your fancy new app, and the social aspects are... Matt Jankowski December 21, 2007 Web Rails
Shoulda in Advanced Rails Recipes Mike Clark and the Pragmatic Programmers just released the beta version of... Tammer Saleh December 10, 2007 Web Rails Shoulda
How to not accidentally send thousands of 'beta invites' So you’re building a sweet new web 2.0 app and you need an exclusive... Matt Jankowski November 30, 2007 Web Rails
yeah its ok Here’s a SessionController#create action that supports the classic ‘remember... Jared Carroll November 12, 2007 Web Rails
testing your tests Recently I was taking a look at my tests and noticed some things. I’ve been... Jared Carroll November 1, 2007 Web Rails Testing