Sha256: c25402eca76b1690759e7e17bd13461e81b57e76c61b06a5966ff564777179b8
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# CHANGES ## rack-handlers 0.7.0 -- 2013-08-22 * Introduced rack-handlers.rb for you that patched `Rack::Handler.default` with the following order: zbatery, rainbows, unicorn, puma, thin, webrick. You would no longer need to require 'rack/handler/rails-server' in order to make `rails s` work for unicorns. ## rack-handlers 0.6.1 -- 2013-07-11 * Ditto. ## rack-handlers 0.6.0 -- 2013-07-11 * Properly find the default config path. ## rack-handlers 0.5.6 -- 2013-04-01 * [rails server] Don't hack Rack. Instead, always try to look up default config path. If there's nothing, then don't load the config. ## rack-handlers 0.5.5 -- 2012-08-23 * Fix an error from running simply `rails`. ARGV[0] doesn't exist in that case. ## rack-handlers 0.5.4 -- 2012-08-15 * Fix my incautiousness. ## rack-handlers 0.5.3 -- 2012-08-15 * Add `rack/handlers/rails-server` which would make `rails s` find the proper rack server via trying to load zbatery, rainbows, unicorn, puma, and thin. If none of them are found, falling back to default. (webrick) ## rack-handlers 0.5.2 -- 2012-02-22 ### Enhancement * Now Unicorn, Rainbows, Zbatery accepts :config_file ### Bugs fixes * Now it is depending on rack ## rack-handlers 0.5.1 -- 2012-02-20 ### Bugs fixes * Fixed Zbatery handler name ## rack-handlers 0.5.1 -- 2012-02-20 * Birthday! * Unicorn supported * Rainbows supported * Zbatery supported
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rack-handlers-0.7.1 | CHANGES.md |
rack-handlers-0.7.0 | CHANGES.md |