getting things done with active record

| | TrackBacks (0)

Mike Clark's Weblog
this is a run down on the use of active record for creating a rails based application. I keep meaning to find time to dig into rails... I'm going to put it on my laptop at work and see if I can manage some datasets that are so very awkward as excel spreadsheets!

Active Record is the object-relational mapping (ORM) layer that comes out-of-the-box with Rails. With zero coding and configuration you can create, read, update, and delete database rows all from the comfort of your very own domain models. But the story doesn't end there, nor should it. When you need to go beyond basic CRUD—to create complex queries, adapt to a legacy schema, or otherwise do advanced stuff with your persistent data—Active Record gently hands over the controls. Herewith, I offer two examples from this week's project adventures.

0 TrackBacks

Listed below are links to blogs that reference this entry: getting things done with active record.

TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1452

About this Entry

This page contains a single entry by klsh published on July 8, 2005 8:04 AM.

worst abuses of XML markup was the previous entry in this blog.

nForce4 Ultra Roundup is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.