Wayne Larsen <[email protected]> wrote:
> Most stupid patch ever, but is there a reason not to set RACK_ENV on  
> startup with `unicorn`, as RAILS_ENV is set with `unicorn_rails`?

Hi Wayne,

Does anything use/depend on it?  `unicorn' is modeled after `rackup' and
I don't think it's a good idea to expose things if nothing uses it
(rackup does not set it, either).

RAILS_ENV is an accepted standard for Rails applications and there are
plenty of things that already depend on it.

-- 
Eric Wong
_______________________________________________
mongrel-unicorn mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-unicorn

Reply via email to