aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* improve duplicable documentation [ci skip]Julio Lopez2015-07-101-1/+5
* Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-191-5/+5
* Patch `Delegator` to work with `#try`Nate Smith2015-05-191-17/+57
* deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+1
* [ci skip] Remove unnecessary `>`yui-knk2015-03-311-1/+1
* Mark some constants as nodoc and remove unneeded namespaceRafael Mendonça França2015-03-201-11/+9
* Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-201-12/+16
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-1/+1
* Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-11/+2
* Fix a few typos [ci skip]Robin Dupret2015-01-031-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-01-031-3/+9
|\
| * Add docs for `Object.nil!`claudiob2014-12-221-3/+9
* | Removed Object#itself as it's implemented in ruby 2.2Cristian Bica2014-12-291-15/+0
|/
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-2/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-293-3/+3
* Revert a change made to the example in 1ac4525Godfrey Chan2014-10-241-1/+1
* Include return value in examples added in #17378 [ci skip]Zachary Scott2014-10-241-2/+2
* Improved try documentation [ci skip]Eugene Gilburg2014-10-241-8/+25
* DRY up try/try!Ari Pollak2014-10-231-10/+6
* Bring try! into parity with try.Ari Pollak2014-10-221-1/+1
* [ci skip] Add Doc of with_options for the case when inherited default options...Pramod Sharma2014-10-181-1/+15
* Methods are not duplicable.Peter Jaros2014-09-031-0/+10
* We tenderized the wrong method! Object#try already had the yield option, just...David Heinemeier Hansson2014-08-292-15/+12
* Use instance_eval on @tenderlove's suggestion :trollface:David Heinemeier Hansson2014-08-291-4/+5
* Update examples to show real worthDavid Heinemeier Hansson2014-08-291-1/+1
* Added yield to Object#presenceDavid Heinemeier Hansson2014-08-291-1/+12
* Add documentation intro to example for `Object#itself`.Zachary Scott2014-08-191-2/+5
* Fix AS docs / changelog with wrong method [ci skip]Carlos Antonio da Silva2014-08-051-1/+1
* Update itself.rb [ci skip]Jon Atack2014-08-051-1/+1
* Only define Objetc#itself when it is not definedRafael Mendonça França2014-08-041-8/+10
* Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-011-2/+2
* Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-011-0/+10
* Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-2/+15
* Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-3/+3
* Merge pull request #15629 from akshay-vishnoi/test-to_paramRafael Mendonça França2014-07-282-66/+59
|\
| * Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-202-66/+59
* | [ci skip] BigDecimal#duplicable? returns false in 1.9.xAkshay Vishnoi2014-06-131-1/+1
* | Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* | No need to require to_param, it is already required in to_query.rbAkshay Vishnoi2014-06-111-1/+0
|/
* Do not check defined?(CGI) on every call #to_queryprintercu2014-05-131-1/+1
* No need the else clauseRafael Mendonça França2014-05-041-2/+0
* Merge pull request #14949 from bogdan/empty-hash-array-parameterizationRafael Mendonça França2014-05-041-6/+6
|\
| * [Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...Bogdan Gusiev2014-05-031-6/+6
* | Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its t...Kuldeep Aggarwal2014-05-041-5/+0
|/
* Object#duplicable?Akshay Vishnoi2014-04-161-0/+3
* Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-142-2/+2
* Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-241-2/+2
* Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-181-0/+12
* Fix to_query with empty arrays tooRafael Mendonça França2014-02-061-1/+6