aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update the guides.José Valim2010-11-141-0/+6
|
* Remove copy_instance_variables_from from guidesSantiago Pastorino2010-11-101-33/+0
|
* implements weeks_ago and prev_week for Date/DateTime/Time [#5122 ↵Rob Zolkos & Xavier Noria2010-10-161-2/+23
| | | | state:committed]
* implements String#strip_heredocXavier Noria2010-08-291-0/+25
|
* solves everything in guides raised by WARNINGS=1 (except for one which is ↵Xavier Noria2010-08-271-25/+5
| | | | abandoned atm)
* AS guide: Array.wrap vs splat is only valid for 1.8Xavier Noria2010-08-251-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-8/+8
| | | | 's/[ \t]*$//' -i {} \;)
* AS guide: some revisionsXavier Noria2010-08-121-33/+17
|
* AS guide: removes some duplication, and makes a second pass on method delegationXavier Noria2010-08-101-144/+21
|
* adds the AS guide to the guides indexXavier Noria2010-08-101-0/+1
|
* AS guide: documents Module#redefine_methodXavier Noria2010-08-101-0/+21
|
* AS guide: documents Module#(instance_)method_namesXavier Noria2010-08-101-0/+12
|
* AS guide: documents Module#delegateXavier Noria2010-08-101-0/+82
|
* AS guide: documents Process.daemonXavier Noria2010-08-101-1/+3
|
* AS guide: documents date/datetime/time arithmetic with durationsXavier Noria2010-08-101-1/+62
|
* fix reference to time/calculations.rb in AS guideXavier Noria2010-08-061-1/+1
|
* AS guide: documents calculations with Time objectsXavier Noria2010-08-061-13/+99
|
* AS guide: documents DateTime#advanceXavier Noria2010-08-051-3/+34
|
* explains Array.wrap directly, rather by comparison with Kernel#Array which ↵Xavier Noria2010-08-011-3/+26
| | | | is too obscure, leaves the comparison to document the differences, and adds a comparison with the related idiom that uses the splat operator
* Merge remote branch 'rails/master'Xavier Noria2010-07-301-1/+8
|\
| * adds test coverage for edge-cases of Array.wrap, and better documentation ↵Xavier Noria2010-07-281-1/+8
| | | | | | | | for how it differs from Kernel#Array
* | superclass_delegating_accessor has been deprecated.Neeraj Singh2010-07-281-15/+0
|/ | | | | | I am working on removing all traces of superclass_delegating_accessor from rails code base. https://rails.lighthouseapp.com/projects/8994/tickets/2914-superclass_delegating_accessor-needs-to-be-deprecated-nicely
* AS guide: Object#returning is goneXavier Noria2010-07-251-15/+0
|
* camelize and underscore are sort of inverse of each other, but not in a ↵Xavier Noria2010-07-221-1/+5
| | | | mathematical sense [#5174 state:resolved]
* Introduced redefine_methodŁukasz Strzałkowski2010-07-191-0/+22
|
* AS guide: revised the docs of class_attribute and cattr_* macrosXavier Noria2010-07-161-10/+46
|
* AS guides: reword the docs of Enumerable#group_byXavier Noria2010-07-131-4/+2
|
* copy-edits some docsXavier Noria2010-07-081-16/+20
|
* Define a convention for descendants and subclasses.José Valim2010-07-051-52/+29
| | | | | | The former should be symmetric with ancestors and include all children. However, it should not include self since ancestors + descendants should not have duplicated. The latter is symmetric to superclass in the sense it only includes direct children. By adopting a convention, we expect to have less conflict with other frameworks, as Datamapper. For this moment, to ensure ActiveModel::Validations can be used with Datamapper, we should always call ActiveSupport::DescendantsTracker.descendants(self) internally instead of self.descendants avoiding conflicts.
* your beloved and infamuous typo only spottable in github colored diff, thank youXavier Noria2010-06-281-1/+1
|
* AS guide: documents String|conversionsXavier Noria2010-06-271-0/+84
|
* Guides: AS Core Extensions, minor typerohit2010-06-211-1/+1
|
* Guides: AS Core Extentions, fix warning message to display correctly.rohit2010-06-211-2/+1
|
* Guides: AS Core Extentions, minor typos fixed.rohit2010-06-211-2/+2
|