This post originated from an RSS feed registered with Ruby Buzz
by Jon-Carlos Rivera.
Original Post: Improving ActiveRecord Part 2
Feed Title: Vox Clandestina
Feed URL: http://www.voxclandestina.com/category/ruby/rss2
Feed Description: News, Patches, and Commentary from the edge of Ruby and Rails development
Improving ActiveRecord Part 1 explored one symptom of an underlying issue with the current implementation of ActiveRecord. In this second article, I examine a possible solution that while may not be perfect should not break backwards compatibility and still provide the AR::*Adapter implementer with freedom to create even the most ridiculous adapters.
No more SQL? [...]