aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
Commit message (Expand)AuthorAgeFilesLines
* Added doc about pluck for active_support core extArun Agrawal2011-12-021-0/+10
* fixed finger-dyslexia in active_support core extensions guideTim Sjoberg2011-12-011-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-301-1/+3
|\
| * Update Object#in? description for https://github.com/rails/rails/pull/3767Tadas Tamošauskas2011-11-271-1/+3
* | documenting monday and sunday methodsVijay Dev2011-11-261-0/+11
* | Adds Time#sunday methodVijay Dev2011-11-261-0/+1
* | Convert aliases monday and sunday to methodsVijay Dev2011-11-261-3/+6
* | s/end_on_week/end_of_weekVijay Dev2011-11-261-2/+2
* | minor doc changesVijay Dev2011-11-261-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-261-1/+1
|\
| * commarpq2011-11-231-1/+1
* | some tweaks to PR#3547. [Closes #3547]Xavier Noria2011-11-251-1/+3
* | beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-251-4/+6
|/
* prefer qualified constant "name" to "reference expression", much simplerXavier Noria2011-10-301-2/+2
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+83
* Merge pull request #3151 from zenprogrammer/pluralize_without_countJosé Valim2011-10-171-0/+8
|\
| * Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-0/+8
* | Fixed typos in active_support_core_extensions.textileRAHUL CHAUDHARI2011-10-111-2/+2
* | More understandable warning in the local_constant_names section Dimitar Dimitrov2011-10-071-2/+2
|/
* indentation fixesVijay Dev2011-09-211-2/+2
* remove unnecessary markupVijay Dev2011-09-201-6/+6
* Fixing incorrect notextile tagsVijay Dev2011-09-161-13/+13
* No more changelogs inside guidesVijay Dev2011-09-151-5/+0
* Fix for :instance_reader => false code exampleAndy Lindeman2011-09-101-1/+1
* Revert all the stuff to do with disallowing non-public methods for Module#del...Jon Leighton2011-08-251-24/+0
* Merge branch 'master' of github.com:lifo/docrailsXavier Noria2011-08-161-0/+36
|\
| * document Array#append and Array#prepend methods in AS guideVijay Dev2011-08-161-0/+24
| * Document Hash#extract!.Sebastian Martinez2011-08-151-0/+12
* | AS guide: document in Module#delegate that the method must be public in the t...Xavier Noria2011-08-161-1/+3
* | Document Object#public_sendJon Leighton2011-08-151-0/+24
|/
* Changed several instances of British English to be American EnglishEvan Farrar2011-07-231-1/+1
* documents the changes to String#blank? in the AS guideXavier Noria2011-07-201-1/+3
* Document the change to Array.wrap's behaviour that was made in b4d8c7d148c6b4...Jon Leighton2011-06-301-2/+2
* Merge pull request #1648 from dlee/acronymsXavier Noria2011-06-241-1/+9
|\
| * Add acronym support to Inflector; Issue #1366David Lee2011-06-111-1/+9
* | document the instance_reader option for class_attributeVijay Dev2011-06-201-3/+15
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-181-8/+40
|\ \
| * | Prefer Time.current over Time.now on example codeSebastian Martinez2011-06-141-2/+2
| * | Add Time#all_* to AS guides.Sebastian Martinez2011-06-141-0/+26
| * | document the instance_accessor option for cattr_accessorVijay Dev2011-06-131-6/+12
| * | fix two typos: and array -> an arrayLukas Stejskal2011-06-131-2/+2
| |/
* / AS guide: expands safe string docs regarding destructive methods, coercion, c...Xavier Noria2011-06-171-2/+20
|/
* s/a/an/Akira Matsuda2011-06-011-1/+1
* Typo and sentence restructuringEvan Farrar2011-05-291-3/+3
* removed require_library_or_gem from the AS core extensions guideJosh Kalderimis2011-05-231-14/+0
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-141-0/+2
|\
| * Include examples for negative ordinalize in the guideVijay Dev2011-05-091-0/+2
* | new reporting method Kernel#quietlyXavier Noria2011-05-131-0/+8
|/
* update the Array#from behaviour changes - returns [] if index exceeds array l...Vijay Dev2011-04-271-2/+2
* indentation fixesVijay Dev2011-04-241-7/+7