aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-02 08:55:03 +0100
committerXavier Noria <fxn@hashref.com>2010-02-02 08:55:03 +0100
commit19e61ad3afbff8fbdae2acf15c4abc6f543b5b80 (patch)
tree46033ce934a4f780e9e227032604bcea7d4218ce /railties/guides
parent12681c2a71f6272aaa8e1fa7cc6b5df588c96b1a (diff)
downloadrails-19e61ad3afbff8fbdae2acf15c4abc6f543b5b80.tar.gz
rails-19e61ad3afbff8fbdae2acf15c4abc6f543b5b80.tar.bz2
rails-19e61ad3afbff8fbdae2acf15c4abc6f543b5b80.zip
this test should be alive in rails.info at 9:30
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index fb4c42f118..6d00e43c26 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -1,6 +1,6 @@
h2. Active Support Core Extensions
-Active Support is the Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Rails itself.
+Active Support is the Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Rails itself. TEST.
By referring to this guide you will learn the extensions to the Ruby core classes and modules provided by Rails.