This post originated from an RSS feed registered with Ruby Buzz
by Jamey Cribbs.
Original Post: Chapter 8
Feed Title: Is your house on fire, Clark?
Feed URL: http://www.google.com/signup/?new=erik
Feed Description: This is a blog about my experiences using KirbyBase, a pure-Ruby DBMS, and Ackbar, an ActiveRecord adapter for KirbyBase.
There is not a lot to blog about this chapter, since there isn’t very much database interaction in it. It gets a little more interesting from an Ackbar/KirbyBase perspective in Chapter 9. But, here goes anyway…
Page 81. In order to create the line_items table, I’m going to open up the create_db.rb script and add [...]