Jeremy Evans <[email protected]> wrote: > On Sun, Oct 11, 2009 at 7:31 PM, Eric Wong <[email protected]> wrote: > > Jeremy Evans <[email protected]> wrote: > >> On Sun, Oct 11, 2009 at 6:32 PM, Eric Wong <[email protected]> wrote: > >> > Jeremy Evans <[email protected]> wrote: <snip> > This is completely my fault. I wasn't using a config.ru file > previously, so when I first ran unicorn, it asked me to create one. I > added one that did: > > require 'start' # start.rb being the file that started the application > > Near the end of start.rb: > > Rack::Handler.get('mongrel').run ... > > Things are working fine now that I've fixed my code. Sorry for the noise.
No worries :) I hit a similar issue with older Sinatra, too. Btw, the convention here should be to Cc: the list even when replying to a person (I prefer the same conventions as git ML and LKML). -- Eric Wong _______________________________________________ mongrel-unicorn mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn
