search for: godfat

Displaying 1 result from an estimated 1 matches for "godfat".

Did you mean: goat
2009 Nov 04
7
About Unicorn Rack handler
...'t just use: Rack::Handler.register(''unicorn'', ''Unicorn'') And invoke this: Ramaze.start(:adapter => ''unicorn'', :port => 8080) To address this, I added a simple wrapper in Innate (which is the core of Ramaze): http://github.com/godfat/innate/commit/9d607f41fdeeca366a9a07155e685ae2605c7025 In short, simply hack the config to: {:listeners => ["#{config[:Host]}:#{config[:Port]}"]} Should we adapt to this interface in Unicorn::Configurator, or provide an additional Rack handle to adapt to this, or maintain this Rac...