aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorMatt Duncan <mrduncan@gmail.com>2010-02-03 18:16:02 -0500
committerMatt Duncan <mrduncan@gmail.com>2010-02-03 18:16:02 -0500
commit8c2d245d5580cf42e74176a87e68f5cbceed794c (patch)
treea85491367f5b4bae9d5f069f2c9a112fd3a52c86 /railties/guides
parentae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11 (diff)
downloadrails-8c2d245d5580cf42e74176a87e68f5cbceed794c.tar.gz
rails-8c2d245d5580cf42e74176a87e68f5cbceed794c.tar.bz2
rails-8c2d245d5580cf42e74176a87e68f5cbceed794c.zip
Removing duplicate Rails.config bullet item
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/3_0_release_notes.textile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index d70c1e2191..0e907fe73c 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -171,7 +171,6 @@ h3. Railties
With the decoupling of the main Rails frameworks, Railties got a huge overhaul so as to make linking up frameworks, engines or plugins as painless and extensible as possible:
* Each application now has it's own name space, application is started with <tt>YourAppName.boot</tt> for example, makes interacting with other applications a lot easier.
-* You now have access to <tt>Rails.config</tt> which provides huge amount of configuration settings for your application.
* Anything under <tt>Rails.root/app</tt> is now added to the load path, so you can make <tt>app/observers/user_observer.rb</tt> and Rails will load it without any modifications.
* Rails 3.0 now provides a <tt>Rails.config</tt> object, which provides a central repository of all sorts of Rails wide configuration options.