aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Guides: AS Core Extensions, behaviour => behaviorrohit2010-06-161-4/+4
|
* Guides: AS Core Extensions, fixed a few typos.rohit2010-06-161-19/+19
|
* AS guide: updates docs on date calculations to reflect a0a6cc2Xavier Noria2010-06-121-5/+21
|
* AS guide: documents datetime calculationsXavier Noria2010-06-081-3/+114
|
* AS guide: first complete draft covering date/calculations.rbXavier Noria2010-06-061-2/+111
|
* AS guide: removes your spurious lineXavier Noria2010-06-051-2/+0
|
* removes Array#random_element and backports Array#sample from Ruby 1.9, ↵Xavier Noria2010-06-051-3/+13
| | | | thanks to Marc-Andre Lafortune
* AS guide: documents String#truncateXavier Noria2010-06-021-0/+33
|
* Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-05-171-9/+13
|\
| * defines prev_(month|year) in Date and Time to ease transition to 1.9, and ↵Xavier Noria2010-05-121-9/+13
| | | | | | | | deprecates last_(month|year)
* | Changed guide to use random_element.Rizwan Reza2010-05-171-2/+2
|/
* AS guide: more date calculation utilitiesXavier Noria2010-05-091-1/+59
|
* AS guide: you know, the 10th is not NovemberXavier Noria2010-05-091-1/+1
|
* AS guide: adds a catchall note about date calculations around the calendar ↵Xavier Noria2010-05-091-0/+2
| | | | reform
* AS guide: documents some Date calculations (calendar reform details pending)Xavier Noria2010-05-091-2/+49
|
* AS guide: AS no longer extends PathnameXavier Noria2010-04-181-4/+0
|
* AS guide: updates definition file for singleton_class and class_evalXavier Noria2010-04-051-2/+2
|
* fixes duplicate element IDs in some guidesXavier Noria2010-04-041-3/+3
|
* AS guide: warns about the singleton classes of nil, true, and false ↵Xavier Noria2010-03-281-1/+1
| | | | according to what http://redmine.ruby-lang.org/repositories/diff/ruby-19/object.c?rev=27022 blesses
* AS guide: documents Module#remove_possible_methodXavier Noria2010-03-231-0/+19
|
* AS guide: completes section about loading AS core extensions within a Rails ↵Xavier Noria2010-03-161-4/+10
| | | | application
* AS guide: adds extension to file nameXavier Noria2010-03-161-1/+1
|
* AS guide: documents a use case for :instance_writer, based on a remark of JeremyXavier Noria2010-03-151-0/+2
|
* AS guide: How to Load Core ExtensionsXavier Noria2010-03-031-0/+56
|
* AS guide: documents String#foreign_keyXavier Noria2010-03-031-0/+25
|
* AS guide: documents String#humanizeXavier Noria2010-03-031-0/+29
|
* AS guide: documents String#constantizeXavier Noria2010-03-021-0/+43
|
* AS guide: documents String#classifyXavier Noria2010-03-021-1/+21
|
* AS guide: documents String#tableizeXavier Noria2010-03-021-0/+14
|
* AS guide: documents String#parameterizeXavier Noria2010-03-021-0/+13
|
* AS guide: documents String#demodulizeXavier Noria2010-03-011-0/+25
|
* AS guide: documents String#dasherizeXavier Noria2010-03-011-0/+21
|
* AS guide: documents String#titleizeXavier Noria2010-03-011-0/+13
|
* AS guide: documents String#underscoreXavier Noria2010-03-011-0/+79
|
* AS guide: documents String#singularizeXavier Noria2010-03-011-0/+23
|
* AS guide: adds a real example for #pluralizeXavier Noria2010-03-011-0/+11
|