> Because my application uses SQLite. Porting the database is an > option, it's just a handful of tables, but I am exploring available > solutions for ease (read as trivial as possible) deployment. I developed something in house that run on WEBrick and SQLite (only one table :). When it came time to share with others, it was just easier to use InstantRails with it's preconfigured everything, then put up ruby, the web server etc independently. YMMV. Assaph