![]() |
LSAPI do something wrong with ENV
Grrrrr... i spend all my day to fix this bug:
when we require lsapi gem the ENV var will be lost! In RailsRunner (for 2.3) we have: Code:
server = Rack::Handler::LSWSCode:
require 'lsapi'Some rails plugins use ENV['RAILS_ENV'] or other ENV varibles exemple: Thinking Sphinx is initialized early and use ENV['RAILS_ENV'] if it is not set it use 'devalopment' mode even if i'm on production. Ok how to fix it? I don't like C.. then i fixed it in RailsRunner: Code:
env = ENV |
Thanks for the bug report and fix. We will take a look at this issue.
|
| All times are GMT -7. The time now is 02:19 PM. |