aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-193-20/+104
|\
| * remove unwanted Example headers as per the guidelines, s/instaces of NilClass...Xavier Noria2011-04-191-21/+36
| * commit copy-edit: simplifies blank? rdoc and revises formattingXavier Noria2011-04-191-24/+23
| * Revert "Formated docs"Xavier Noria2011-04-191-9/+9
| * Formated docsSebastian Martinez2011-04-181-9/+9
| * oops fixed typoSebastian Martinez2011-04-181-1/+1
| * Fixed docs for NilClass#trySebastian Martinez2011-04-181-8/+8
| * Formatting docsSebastian Martinez2011-04-172-11/+11
| * Docs for +duplicable?+Sebastian Martinez2011-04-171-4/+28
| * Docs for NilClass#trySebastian Martinez2011-04-171-1/+13
| * Formatting examplesSebastian Martinez2011-04-171-6/+12
| * Documented String#blank?Sebastian Martinez2011-04-171-1/+7
| * Documented Hash#blank?Sebastian Martinez2011-04-171-1/+6
| * Documented Array#blank?Sebastian Martinez2011-04-171-1/+6
| * Documented TrueClass#blank?Sebastian Martinez2011-04-171-1/+5
| * Documented FalseClass#blank?Sebastian Martinez2011-04-171-1/+5
| * Documented NilClass#blank?Sebastian Martinez2011-04-171-1/+5
* | Only rescue a thrown NoMethodError, don't preemptively check for #include?; a...Jared McFarland2011-04-151-1/+4
* | added an exception to Object#in? to match the methods documentationJared McFarland2011-04-151-0/+1
* | Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-9/+0
|/
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-2/+2
* Add support for Object#in? and Object#either? in Active Support [#6321 state:...Prem Sichanugrist, Brian Morearty, John Reitano2011-04-111-0/+20
* reorganizes the RDoc of Hash#to_paramXavier Noria2011-03-071-6/+14
* Improved docs for Hash#to_param methodDalibor Nasevic2011-03-061-3/+2
* removes merge conflictsXavier Noria2011-03-061-4/+0
* merges railsXavier Noria2011-03-051-0/+4
|\
| * copy-edits 108561fXavier Noria2011-03-051-1/+1
| * Active Support typos.R.T. Lechow2011-03-051-1/+1
| * Adds link to Object.blank? from Object.present?Jonathon D. Jones2011-03-051-1/+1
* | Active Support typos.R.T. Lechow2011-03-041-1/+1
* | Adds link to Object.blank? from Object.present?Jonathon D. Jones2011-03-031-1/+1
|/
* Add a forgotten word.Ben Orenstein2011-02-191-1/+1
* Add a clearer example for with_options (lifted from the Active Support guide).Ben Orenstein2011-02-191-5/+19
* :method: is not needed when RDoc can detect itSantiago Pastorino2010-12-021-5/+0
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-182-5/+3
* Add support for try to just yield the object to a block if no method is to be...raggi2010-11-141-1/+13
* Remove unused methodSantiago Pastorino2010-11-101-31/+0
* revises RDoc of Hash#to_param to be more precise about orderingXavier Noria2010-09-281-2/+2
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-2/+3
* Use map, no need to use inject here.Emilio Tagua2010-09-221-4/+1
* Remove dummy method definition in favor of RDoc hints:Aaron Patterson2010-09-111-7/+5
* Object#returning has gone, it's already deprecated on 3-0-stableSantiago Pastorino2010-08-151-43/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-143-8/+8
* Bring returning back to ease migration.José Valim2010-08-021-0/+43
* Object#returning removedSantiago Pastorino2010-07-252-44/+0
* Hash#to_param is doesn't use sort anymore, some tests added for Hash#to_paramSantiago Pastorino2010-07-221-1/+1
* Define a convention for descendants and subclasses.José Valim2010-07-051-11/+0
* AS json refactor, move to_json implementation to core_ext and a cleanup a bit...Santiago Pastorino2010-07-011-0/+19
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* A small rdoc change made on lines 39 and 41 on activesupport/lib/active_suppo...jacortinas2010-05-251-2/+2