This post originated from an RSS feed registered with Ruby Buzz
by Daniel Berger.
Original Post: I need a DOM wrapper!
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Dealing with various DOM elements in Rails is proving to be a pain. Although the helpers that Rails provides are certainly useful, they start to fall down whenever I want to do advanced configuration. What I *really* want is to have each DOM object represented by a Ruby class. Here's my theoretical syntax: