diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 13:59:51 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 13:59:51 +1100 |
commit | db7c8abbb69f0ac06719b1e69f6276d633669a9e (patch) | |
tree | c6e8670140a44213fb2b9939d0169767e1092133 /railties | |
parent | eb21791c5bd1881163328d4b0aa815a6e01a4ded (diff) | |
download | rails-db7c8abbb69f0ac06719b1e69f6276d633669a9e.tar.gz rails-db7c8abbb69f0ac06719b1e69f6276d633669a9e.tar.bz2 rails-db7c8abbb69f0ac06719b1e69f6276d633669a9e.zip |
There is no database_configuration_file method in Rails 3
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/configuring.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index 2cc71f2a12..c6d4a8a799 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -45,8 +45,6 @@ h4. Rails General Configuration * +config.colorize_logging+ (true by default) specifies whether or not to use ANSI color codes when logging information. -* +config.database_configuration_file+ overrides the default path for the database configuration file. Default to +config/database.yml+. - * +config.dependency_loading+ enables or disables dependency loading during the request cycle. Setting dependency_loading to _true_ will allow new classes to be loaded during a request and setting it to _false_ will disable this behavior. * +config.eager_load_paths+ accepts an array of paths from which Rails will eager load on boot if cache classes is enabled. All elements of this array must also be in +load_paths+. |