From 8c2d245d5580cf42e74176a87e68f5cbceed794c Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Wed, 3 Feb 2010 18:16:02 -0500 Subject: Removing duplicate Rails.config bullet item --- railties/guides/source/3_0_release_notes.textile | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/guides') 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 YourAppName.boot for example, makes interacting with other applications a lot easier. -* You now have access to Rails.config which provides huge amount of configuration settings for your application. * Anything under Rails.root/app is now added to the load path, so you can make app/observers/user_observer.rb and Rails will load it without any modifications. * Rails 3.0 now provides a Rails.config object, which provides a central repository of all sorts of Rails wide configuration options. -- cgit v1.2.3