search for: houseonfire

Displaying 4 results from an estimated 4 matches for "houseonfire".

2006 Mar 05
0
Summary of my Rails/Ackbar/KirbyBase experiment posted
Just wanted to announce that I''ve posted a blog entry summarizing some of the things I learned from my effort to create the Depot app from Agile Web Development with Rails, using Ackbar and KirbyBase, instead of MySQL. You can find it at: http://houseonfire.wordpress.com Jamey
2006 Feb 18
0
Ackbar, KirbyBase, and Agile Web Development With Rails Blog
Just wanted to announce that I''m starting a blog about my experiences of building the Depot application from Agile Web Development with Rails, using Ackbar/KirbyBase instead of MySQL. You can find the blog here: http://houseonfire.wordpress.com Jamey Cribbs
2006 Feb 21
0
Blog of building Agile Web Development w/Rails Depot App using Ackbar/KirbyBase (Chapter 6-7)
...#39;'t figure out what else to call it. :-) Just a quick announcement to tell you that I have worked through Chapters 6 and 7 so far of "Agile Web Development with Rails", using Ackbar/KirbyBase to develop the Depot app instead of MySQL. You can find my blog about it at: http://houseonfire.wordpress.com For those who don''t know, I am the developer of KirbyBase (http://netpromi.com/kirbybase_ruby.html), a small, pure-Ruby DBMS that keeps its data in plain-text files and uses Ruby as it''s query language. Ackbar (http://rubyforge.org/projects/ackbar/) is an Activ...
2006 Mar 19
0
Ackbar 0.1.1 - ActiveRecord Adapter for KirbyBase
...y Cribbs (author of KirbyBase) has run through Active Web Development with Rails, building the Depot sample app on top of Akbar/KirbyBase. A few issues uncovered there were fixed / enhanced in this release. See the CHANGELOG for full details. You can read all about his exercise, starting at http://houseonfire.wordpress.com/2006/02/18/hello-world/. = About Ackbar Ackbar is an adapter for ActiveRecord (the Rails ORM layer) to the KirbyBase pure-ruby plain-text DBMS. Because KirbyBase does not support SQL, joins or transactions, this is not a 100% fit. There are some changes to the ActiveRecord interface...