I'm considering using Integrity as a continuous integration tool, but don't want to (or can't) set up a separate domain for the application.
Is it possible to get a Sinatra app (like integrity), and make it a Rails Engine? How would one go about do it?
EDIT: I realize that the "engines" normally require Rails code like controllers and views.
Bernie