diff options
author | Xavier Noria <fxn@hashref.com> | 2010-02-03 07:43:00 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-02-03 07:43:00 +0100 |
commit | 960490e571b29751a8721e91442b6c91aa8a77ba (patch) | |
tree | ea6d20a625ca2094b5a6b1d06c93501d3b02a97e | |
parent | 37958f3cc94719bb41b0c9b2eb71eeeea0616359 (diff) | |
download | rails-960490e571b29751a8721e91442b6c91aa8a77ba.tar.gz rails-960490e571b29751a8721e91442b6c91aa8a77ba.tar.bz2 rails-960490e571b29751a8721e91442b6c91aa8a77ba.zip |
checking guides regeneration, should be out before 9am
-rw-r--r-- | railties/guides/source/active_support_core_extensions.textile | 2 |
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 49d676f5be..fb4c42f118 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 2. +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. By referring to this guide you will learn the extensions to the Ruby core classes and modules provided by Rails. |