More from Ruby on Ruby
August 26, 2005
Sam Ruby continues to explore Ruby, this time showing how to persist entries retrieved from an Atom feed into a MySQL DB; 99 lines including database creation, table setup and feed parsing! My favorite feature is the way Ruby enables you to add methods to existing classes (look for the atomtext method).
About
This page contains a single entry from Stefan Tilkov's Random Stuff posted on August 26, 2005 12:00 AM. The previous post in this blog was Conference Schedule. The next post in this blog is Web Services Standards. Many more can be found on the main index page or by looking through the archives.
Comments
How much did you know about Ruby before reading my example?
Posted by: Sam Ruby at August 26, 2005 1:34 AM | link
Not very much — Ruby is one of the programming languages that I maybe read a tutorial and one or two papers on, but never programmed in.
Posted by: Stefan Tilkov at August 26, 2005 9:38 AM | link
Cool. That means that you are my target audience. ;-)
I’m presenting on this in a few weeks. Don’t be afraid to ask questions.
