aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_overview.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-04-18 11:47:38 +0200
committerXavier Noria <fxn@hashref.com>2009-04-18 11:47:38 +0200
commit16740047deb1d0f4623fe09ed431650ddd5a260d (patch)
tree167c8bec13602e3dbaabd81bba21f18a369f56fa /railties/guides/source/active_support_overview.textile
parent9f8b99ba576fc41b6ad97b0aa0cf25d11f675933 (diff)
downloadrails-16740047deb1d0f4623fe09ed431650ddd5a260d.tar.gz
rails-16740047deb1d0f4623fe09ed431650ddd5a260d.tar.bz2
rails-16740047deb1d0f4623fe09ed431650ddd5a260d.zip
Initial Active Support guide
Diffstat (limited to 'railties/guides/source/active_support_overview.textile')
-rw-r--r--railties/guides/source/active_support_overview.textile16
1 files changed, 16 insertions, 0 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
new file mode 100644
index 0000000000..0912e41373
--- /dev/null
+++ b/railties/guides/source/active_support_overview.textile
@@ -0,0 +1,16 @@
+h2. Active Support Overview
+
+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, 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 modules and classes provided by Rails.
+* The rest of fundamental libraries available in Rails.
+
+endprologue.
+
+h3. Changelog
+
+"Lighthouse ticket":https://rails.lighthouseapp.com/projects/16213/tickets/67
+
+* April 18, 2009: Initial version by "Xavier Noria":credits.html#fxn