diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 14:57:16 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 14:57:16 +1100 |
commit | 788fdb2ac1ae930660a135000abf92c36735815f (patch) | |
tree | 24aea7e5b7ca241e7c769297c8601c67f0b9c630 /railties/guides | |
parent | 1d5db09ca7cd2d8fa2d05c138e0211979fdbe966 (diff) | |
download | rails-788fdb2ac1ae930660a135000abf92c36735815f.tar.gz rails-788fdb2ac1ae930660a135000abf92c36735815f.tar.bz2 rails-788fdb2ac1ae930660a135000abf92c36735815f.zip |
Update Changelog for configuring guide
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/configuring.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index a4e85de590..efb5663e33 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -249,6 +249,7 @@ Some parts of Rails can also be configured externally by supplying environment v h3. Changelog +* November 26, 2010: Removed all config settings not available in Rails 3 (Ryan Bigg) * August 13, 2009: Updated with config syntax and added general configuration options by "John Pignata" * January 3, 2009: First reasonably complete draft by "Mike Gunderloy":credits.html#mgunderloy * November 5, 2008: Rough outline by "Mike Gunderloy":credits.html#mgunderloy |