rails--rails/railties/environments
David Heinemeier Hansson 40b7809de5 Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connection adapters specified within if its present (available in Rails through config.connection_adapters using the new config) #1958 [skae]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2248 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-15 06:40:39 +00:00
..
boot.rb Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating. Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths) 2005-09-03 15:13:06 +00:00
development.rb Reformed environments files to the new config style 2005-09-13 10:07:37 +00:00
environment.rb Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connection adapters specified within if its present (available in Rails through config.connection_adapters using the new config) #1958 [skae] 2005-09-15 06:40:39 +00:00
production.rb Reformed environments files to the new config style 2005-09-13 10:07:37 +00:00
test.rb Reformed environments files to the new config style 2005-09-13 10:07:37 +00:00