I'm trying to setup Spree within my application (I'm open to using the Gem or running it in vendor mode).
I've reviewed the documentation and the wiki and I'm still a bit confused as to how it might work within my existing application. I have no problem using a separate database for Spree and customizing my application to pass data between my databases, but how does Spree run within my application?
I've seen suggestions from the Spree Mailing List about moving my existing application to run as an extension within Spree, but it doesn't seem to be optimal to convert my large application to run within/as an extension of a small part of my overall application.
Has anyone figured this out? How to run Spree within an existing Rails app?