diff options
author | Xavier Noria <fxn@hashref.com> | 2009-04-23 00:16:42 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-04-23 00:16:42 +0200 |
commit | 3384f073e35c5391deaeb209a62a485a0c4dd7b1 (patch) | |
tree | 139ee074cc45fe8393ea0bd2b8f25c0d92e28cbb /railties | |
parent | e8071d7c644546c42184c33b210ba1d82c83a8d5 (diff) | |
download | rails-3384f073e35c5391deaeb209a62a485a0c4dd7b1.tar.gz rails-3384f073e35c5391deaeb209a62a485a0c4dd7b1.tar.bz2 rails-3384f073e35c5391deaeb209a62a485a0c4dd7b1.zip |
initial skeleton for extensions in AS guide, just bootstrapping it may change
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/active_support_overview.textile | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index 7d456b93ed..2130d18491 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -9,6 +9,122 @@ By referring to this guide you will learn: endprologue. +h3. Extensions to +Kernel+ + +... + +h3. Extensions to +Object+ + +... + +h3. Extensions to +Module+ + +... + +h3. Extensions to +Class+ + +... + +h3. Extensions to +NilClass+ + +... + +h3. Extensions to +TrueClass+ + +... + +h3. Extensions to +FalseClass+ + +... + +h3. Extensions to +Symbol+ + +... + +h3. Extensions to +String+ + +... + +h3. Extensions to +Numeric+ + +... + +h3. Extensions to +Integer+ + +... + +h3. Extensions to +Float+ + +... + +h3. Extensions to +BigDecimal+ + +... + +h3. Extensions to +Enumerable+ + +... + +h3. Extensions to +Array+ + +... + +h3. Extensions to +Hash+ + +... + +h3. Extensions to +Range+ + +... + +h3. Extensions to +Proc+ + +... + +h3. Extensions to +Date+ + +... + +h3. Extensions to +DateTime+ + +... + +h3. Extensions to +Time+ + +... + +h3. Extensions to +Process+ + +... + +h3. Extensions to +Pathname+ + +... + +h3. Extensions to +File+ + +... + +h3. Extensions to +Exception+ + +... + +h3. Extensions to +NameError+ + +... + +h3. Extensions to +LoadError+ + +... + +h3. Extensions to +CGI+ + +... + +h3. Extensions to +Benchmark+ + +... + h3. Changelog "Lighthouse ticket":https://rails.lighthouseapp.com/projects/16213/tickets/67 |