Our Rails app depends on another (running) Sinatra rack application.
For testing purposes I would like to start this Sinatra app from
within Rails. I tried to start it in the spec_helper and in a Rake
task (with system("rackup"), but there seems to be conflicts ("shotgun
is not part of the bundle", "uninitialized constant
ActionController::Base (NameError)"). When starting it from bash
directly then everything seems to work fine.
How could I rackup the other rack app from within Rails?

Best regards,
Kai

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to