From: ptkwt@... (Phil Tomson) Date: 2005-04-09T16:24:38+09:00 Subject: Rails and Madeleine The latest announcement about Instiki being on Rails now got me to wondering.... Instiki uses Madeleine as it's database (object persistence). So I'm thinking that this means that Rails (specifically ActiveRecords) has built-in support for using Madeleine (correct assumption?), meaning that madeleine can be specified as the adapter in the database.yml file? But if you do that how do you set up your tables since I don't think madeleine accepts SQL. (NOTE: I am a total newbie to SQL, databases, etc. so I may be using incorrect terminology and/or assumptions here) Phil