From 0ad07d9c26321f426d7d4c234d476e71d1537efb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Jan 2010 19:32:48 -0800 Subject: Removed config/initializers/new_rails_defaults.rb as all frameworks now follow the settings from it [DHH] --- railties/CHANGELOG | 2 ++ .../app/templates/config/initializers/new_rails_defaults.rb | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb (limited to 'railties') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 4e61479fb3..fc9277bd28 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Removed config/initializers/new_rails_defaults.rb as all frameworks now follow the settings from it [DHH] + * Set config.time_zone to UTC by default [DHH] * Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH] diff --git a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb b/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb deleted file mode 100644 index 91a8fdb688..0000000000 --- a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb +++ /dev/null @@ -1,9 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# These settings change the behavior of Rails 2 apps and will be defaults -# for Rails 3. You can remove this initializer when Rails 3 is released. - -if defined?(ActiveRecord) - # Store the full class name (including module namespace) in STI type column. - ActiveRecord::Base.store_full_sti_class = true -end \ No newline at end of file -- cgit v1.2.3