When I read the RAILS_ENV environment variable, it returns "development".
irb(#VendorsController:0x0000000...):001 ENV["RAILS_ENV"] => "development"
All good and well. But where becomes the variable set during initialization?
I could find it in no file.