This post originated from an RSS feed registered with Ruby Buzz
by Jamey Cribbs.
Original Post: Chapter 7
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.
It looks like we are now going to work on what the customer sees in our app.
Page 71. I generate the Store controller. I fire up my browser, and the default index screen shows up.
Page 72. I add:
@products = Product.salable_items
to the index method in store_controller.rb.
Page 73. We now come to the first [...]