aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
...
* Speed up String#blank? Regexschneems2016-04-201-6/+3
* ~3.5x speedup of String#blank? for empty stringsXavier Noria2016-04-201-1/+6
* Fix behavior of JSON encoding for Exceptionnamusyaka2016-04-091-0/+6
* drop array allocations when iterating over the hashAaron Patterson2015-10-151-1/+3
* make string allocation constant regardless of column countAaron Patterson2015-10-151-2/+6
* Improve readability of docs by using code tag [ci skip]amitkumarsuroliya2015-09-242-3/+3
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+11
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* docs, make `blank?` behavior clear. Closes #21468. [ci skip]Yves Senn2015-09-021-2/+2
* Use == 0 instead of .zero? in #tryJean Boussier2015-08-171-1/+1
* 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
|/