Dive into the archives.
- PeepCode
Some great tutorial videos can be found at PeepCode. In particular, one that shows how easy rails makes it to create a javascript sortable list and also the different methods ActiveRecord provides to search and sort.
- ActiveRecord in Rails
Well I have been learning the basics of Ruby via the IRB and through TextMate (mac only, sorry) and now its time to start to work with rails.
I am impressed on just how easy it is to bring data to the page from a model class. There’s no need to put items into a property bag as you have to [...]

