fuck yeah!

Burning Star

it’s hard to be a trendwhore

Use Active Record 3 (3.0.0 beta 3) without Rails and custom Logger

Just in case you try to use Active Record 3 without Rails but you want the same fancy logging. You have to require not only active_record, but also active_record/railtie. Took me a while to find this out. [gist id="450149"] Maybe this saves you some time and hassle... ;)

Using Mootools with Ruby on Rails

This one was built and tested, using Rails 2.3.2 and Mootools 1.2.2 I've been playing around with Rails for about two months now and I LOVE it, because they integrate so ...