Basically, I would like to write a rails 3 app that
- is embeddable in other rails 3 apps (basically some routes, a controller, and some views, no persisting models)
- works standalone
- can be bundled up into a gem and be launched from a command (this one is more a nice to have)
From what I have read, rails engines would totally solve my problem. The vast majority of what you get when you google it is either people complaining about a lack of documentation, or someone building a plugin, not really a pluggable app. Could anyone point me to better documentation/screencasts (even books if nessicary)
Thanks a bunch