I am attempting to create a self-contained rails app which can be checked out from subversion and ran with only Ruby installed (i.e. no need for Rails gems etc). Using the zipped version of RoR I have been able to contain everything but the database, I am now curious to see if anyone has had any luck with including the SQLite dll & the bindings directly under /vendor such that I wouldn''t have to require it being installed. - Josh