initializer.rb
Path:
vendor/rails/railties/lib/initializer.rb
Last Update:
Thu Mar 06 04:22:26 +0000 2008
Required files
logger set pathname railties_path rails/version rails/plugin/locator rails/plugin/loader ruby_version_check active_support/whiny_nil dispatcher
Constants
RAILS_ENV
=
(ENV['RAILS_ENV'] || 'development').dup unless defined?(RAILS_ENV)
[Validate]