> I am trying to play with ackbar right now. What is the syntax for > database.yml in order to use the kirbybase adapter? Can you give me a > sample please? That's a simple one to answer: development: adapter: kirbybase database: db/dev_db Te database should point to a directory, in which KirbyBase will store the .tbl files. There are a few other options that can be passed to KB, but essentially this is what I used for testing. Cheers, Assaph