aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 ↵Jon Leighton2011-06-301-2/+2
| | | | b4d8c7d148c6b44eea6701687ca2a97df9088747
* Merge pull request #1648 from dlee/acronymsXavier Noria2011-06-241-1/+9
|\ | | | | Inflector support for acronyms (Issue #1366)
| * 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, ↵Xavier Noria2011-06-171-2/+20
|/ | | | copying, etc.
* 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
|\ | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/date_helper.rb railties/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt
| * 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 ↵Vijay Dev2011-04-271-2/+2
| | | | length
* indentation fixesVijay Dev2011-04-241-7/+7
|
* copy-edits 2f0dca5Xavier Noria2011-04-231-1/+1
|
* fix indentationVijay Dev2011-04-231-13/+13
|
* add examples for array access methodsVijay Dev2011-04-231-0/+5
|
* updating to_xml example to new AR apiVijay Dev2011-04-231-2/+2
|
* document the Active Support extension - String#inquiryVijay Dev2011-04-201-0/+9
|
* Update guide mentioning that +in?+ may raise an +ArgumentError+ exceptionSebastian Martinez2011-04-141-1/+1
|
* Removed Object#among? from guidesSebastian Martinez2011-04-131-10/+2
|
* Changed Object#either? to Object#among? on guidesSebastian Martinez2011-04-121-6/+6
|
* Updated AS guide with new Object#in? and Object#either? methodsSebastian Martinez2011-04-111-0/+22
|
* Revert "Edited railties/guides/source/active_support_core_extensions.textile ↵Xavier Noria2011-04-121-1/+1
| | | | | | | | | via GitHub" Reason: The original sentence is correct. Please note the guide covers the stable version of Active Support. This reverts commit 5265650d51713a883e6cacde8f6faf52708abc1b.
* Edited railties/guides/source/active_support_core_extensions.textile via GitHubOge Nnadi2011-04-111-1/+1
|
* copy-edits 532b770Xavier Noria2011-03-091-1/+1
|
* Use Rubys own Float#round method in versions 1.9 and aboveAndrei Kulakov2011-03-101-1/+1
|
* Clean up wording.Ben Orenstein2011-03-051-1/+1
|
* Warn people that these methods are deprecated.Ben Orenstein2011-03-051-0/+2
|
* Updated the AS guides with some information on the difference between ↵Josh Kalderimis2011-02-281-1/+9
| | | | Date.today and Date.current.
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-211-4/+4
|\
| * Edit a few lines for readability.Ben Orenstein2011-02-191-4/+4
| |
* | documents the backported Range#cover?, and related stuffXavier Noria2011-02-201-1/+9
|/
* fix typoVijay Dev2011-02-171-1/+1
|
* small edit on options extraction documentationPaul Yoder2011-01-311-1/+1
|
* ends_width => ends_withVijay Dev2011-01-141-1/+1
|
* minor editsVijay Dev2010-12-251-4/+4
|
* fixing typo that crept in 2c8938fVijay Dev2010-12-241-1/+1
|
* fixed inject example and some minor editsVijay Dev2010-12-241-6/+6
|
* deleting trailing whitespacesVijay Dev2010-12-191-2/+2
|
* Active Support coreext guide: Logger core extension documentationRyan Bigg2010-12-151-0/+43
|
* documents <%== in the AS guideXavier Noria2010-11-211-0/+6
|
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project