aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing require to with_options [#4601 state:resolved]Carlos Antonio da Silva2010-05-151-0/+2
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-13/+0
* metaclass deprecated in 2.3.6Jeremy Kemper2010-02-251-14/+0
* Missed singleton_classJeremy Kemper2010-02-251-0/+13
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-5/+6
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+11
* removes now void extending.rbXavier Noria2010-01-261-4/+0
* removes Object#extended_byXavier Noria2010-01-261-4/+0
* removes unused method Object#extend_with_included_modules_fromXavier Noria2010-01-261-4/+0
* deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-1/+0
* removes unused Class#descedentsXavier Noria2010-01-261-34/+0
* removes unused Object#subclasses_ofXavier Noria2010-01-261-12/+0
* removes unused Object#remove_subclasses_ofXavier Noria2010-01-261-4/+0
* Merge docrailsPratik Naik2010-01-171-0/+16
* fixes a couple of wrong requiresXavier Noria2010-01-011-1/+1
* to_param.rb needs active_support/core_ext/object/to_queryXavier Noria2010-01-011-0/+2
* extending.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* extending.rb needs active_support/core_ext/class/removal because it uses reac...Xavier Noria2010-01-011-0/+2
* Added Object#presence that returns the object if it's #present? otherwise ret...David Heinemeier Hansson2009-12-271-2/+20
* Extract descendents a bit so it can take advantage of Rubinius' __subclasses__.Yehuda Katz2009-12-131-33/+40
* Quick fix for not escaping []s (not ideal)Joshua Peek2009-12-021-1/+1
* Failing tests for to_param/to_query not escaping "[]"Joshua Peek2009-12-022-2/+2