Category Archives: ruby on rails

RailsConf Day 2 0

Couldn’t keep up with writing these everyday, and attending all the conference festivities so here we are a solid week late just getting down to write the day 2 wrap-up. Oh well. This was the rainy day, to give context to those of you that were there. Now onward to the talks.. Ruby on Rails: [...]

RailsConf Day 1 4

I’m a bit delirious from late nights and early mornings and lots of code talk. We all went out to Pratt’s Ale House the night before and weren’t our usual chipper selves this morning. Nonetheless, this is the first official day of RailsConf so let’s do it. Note: I just want to get this stuff [...]

Using named_scope with finder_sql 0

Named scopes and associations using finder_sql don’t mix. And there really is no solution to that problem. Rails has no way to inject conditions into raw SQL that may or may not follow Active Record conventions. But, the need may come up that you want to return a set of records from an association driven [...]

So You’ve Got A New Computer… 0

Here’s a quick checklist of the steps I just took to get all my web dev stuff set up on my new MacBook with Leopard. I do mostly Ruby on Rails work with some PHP stuff thrown in there, so we’ll go through installing MySQL, PHP, Rails, Git and Passenger.