aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-02 10:13:29 +0100
committerXavier Noria <fxn@hashref.com>2010-02-02 10:13:29 +0100
commit12f595b130c31d2377531c74fc2a0b6f55a95936 (patch)
tree22a565f6913aa96acd00ee14472aafbc78c05feb /railties/guides
parent19e61ad3afbff8fbdae2acf15c4abc6f543b5b80 (diff)
downloadrails-12f595b130c31d2377531c74fc2a0b6f55a95936.tar.gz
rails-12f595b130c31d2377531c74fc2a0b6f55a95936.tar.bz2
rails-12f595b130c31d2377531c74fc2a0b6f55a95936.zip
this 2nd test should be alive in rails.info sometime before 12pm
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 6d00e43c26..49d676f5be 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. TEST.
+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 2.
By referring to this guide you will learn the extensions to the Ruby core classes and modules provided by Rails.