about summary refs log tree commit homepage
path: root/bin/unicorn_rails
DateCommit message (Expand)
2009-11-18Do not expand paths given on the shell
2009-11-14old_rails: autoload Static
2009-09-30unicorn_rails: undeprecate --path switch
2009-09-30rails: RAILS_RELATIVE_URL_ROOT may be set in Unicorn config
2009-09-24unicorn_rails: show "RAILS_ENV" in help message
2009-09-17launchers: deprecate ambiguous -P/--p* switches
2009-09-17unicorn_rails: close parentheses in help message
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15Remove explicit requires for Rack things
2009-08-15Make launchers __END__-aware
2009-04-23unicorn_rails: avoid nesting lambdas
2009-04-21Remove @start_ctx instance variable
2009-04-02unicorn_rails: cleanup redundant bits
2009-03-31unicorn_rails: cleanup path mapping usage
2009-03-31unicorn_rails: minor cleanup for dead variable
2009-03-30unicorn_rails: give more info when aborting
2009-03-30bin/*: parse CLI switches in config.ru sooner
2009-03-29Fix default listener setup
2009-03-23unicorn_rails: support non-Rack versions of Rails
2009-03-20unicorn_rails: remove unnecessary Rack-loading logic
2009-03-19unicorn_rails: fix standard pid path setup
2009-03-19start libifying common launcher code
2009-03-18Add unicorn_rails script for Rails 2.3.2