Add unicorn_rails script for Rails 2.3.2
commit6ffb863fd113c7da1864251ee8886d9cf4ef696b
authorEric Wong <normalperson@yhbt.net>
Thu, 19 Mar 2009 02:01:04 +0000 (18 19:01 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 19 Mar 2009 02:15:47 +0000 (18 19:15 -0700)
treeed2e03ab4fdb2f1b290c6f8de6e644511b858d57
parentf55db91a7f9e97190028839a41131ce9c308a8cf
Add unicorn_rails script for Rails 2.3.2

This should just run inside RAILS_ROOT out-of-the-box.  No
config.ru is needed (but we'll use one if it's detected).

This has slightly different semantics than script/server
and the normal "unicorn" script (which has "rackup"-like)
semantics.  It tries to combine the best of both worlds,
but do not consider the command-line option interface
to be stable by any means.
bin/unicorn_rails [new file with mode: 0755]