1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Removed config/initializers/new_rails_defaults.rb as all frameworks now follow the settings from it [DHH]

This commit is contained in:
David Heinemeier Hansson 2010-01-03 19:32:48 -08:00
parent 1459c8cc1d
commit 0ad07d9c26
2 changed files with 2 additions and 9 deletions

View file

@ -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]

View file

@ -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