aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-29 12:18:47 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-11-29 12:18:47 +1100
commite15b8fa0901a5efb6ca1223d7331233b6e3af1f6 (patch)
treea6747db652a637bc43079b55fa76c0cef5383b60
parent945d714e75701890bf68b70c08d0e4836a1b3ffb (diff)
downloadrails-e15b8fa0901a5efb6ca1223d7331233b6e3af1f6.tar.gz
rails-e15b8fa0901a5efb6ca1223d7331233b6e3af1f6.tar.bz2
rails-e15b8fa0901a5efb6ca1223d7331233b6e3af1f6.zip
No more app_generators method in 3.1
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 891c4f1c4d..a610f49282 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -49,8 +49,6 @@ h4. Rails General Configuration
* +config.allow_concurrency+ should be set to +true+ to allow concurrent (threadsafe) action processing. Set to +false+ by default. You probably don't want to call this one directly, though, because a series of other adjustments need to be made for threadsafe mode to work properly. Can also be enabled with +threadsafe!+.
-* +config.app_generators+ alternate name for +config.generators+. See the "Configuring Generators" section below for how to use this.
-
* +config.autoload_once_paths+ accepts an array of paths from which Rails will automatically load from only once. All elements of this array must also be in +autoload_paths+.
* +config.autoload_paths+ accepts an array of additional paths to prepend to the load path. By default, all app, lib, vendor and mock paths are included in this list.