Cucumber with Sinatra::Base

(Or where I could post questions on Sinatra?)
Hi – I’ve got Sinatra working with Cucumber using the docs on Sinatra’s
page, but I really want to set my app up using Sinatra::Base, and have
config.ru mount my separate ‘mini-apps’ in the main app, like the chap
in the Peepcode screencast does.
Can anyone advise how I might go about doing that?
Or let me know where people post Sinatra questions? (I’ve been looking,
honest!)
Cheers,
Doug.

On Tue, Nov 17, 2009 at 10:09 PM, Doug L. [email protected]
wrote:

(Or where I could post questions on Sinatra?)
Hi – I’ve got Sinatra working with Cucumber using the docs on Sinatra’s
page, but I really want to set my app up using Sinatra::Base, and have
config.ru mount my separate ‘mini-apps’ in the main app, like the chap
in the Peepcode screencast does.
Can anyone advise how I might go about doing that?
Or let me know where people post Sinatra questions? (I’ve been looking,
honest!)

There’s

http://groups.google.com/group/sinatrarb

and:

IRC: #sinatra on freenode.net

You can find this info here:

http://www.sinatrarb.com/intro.html

Hope this helps,

Jesus.