提交 db7c8abb 编写于 作者: R Ryan Bigg

There is no database_configuration_file method in Rails 3

上级 eb21791c
......@@ -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+.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册