This post originated from an RSS feed registered with Ruby Buzz
by Jamey Cribbs.
Original Post: Chapter 6
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.
Ok, here we go. As I said in my previous entry, I’m working through chapters 6 through 11 of the book, Agile Web Development with Rails, building the Depot application using Ackbar/KirbyBase instead of MySQL.
Alright, page 53. I change to my work directory and type:
rails depot
And Rails creates the application.
Page 54. Instead of logging [...]