aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-069-27/+27
* Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-291-15/+0
* Merge pull request #25914 from jmccartie/jm/not_inRafael França2016-07-221-0/+15
|\
| * Adds `not_in?` onto ObjectJon McCartie2016-07-211-0/+15
* | adds require for Regexp#match?Xavier Noria2016-07-221-0/+2
|/
* performance boost for String#blank? in Ruby 2.4Xavier Noria2016-07-221-1/+1
* Define `Pathname#as_json`Ryunosuke Sato2016-06-251-0/+7
* Define `URI::Generic#as_json`Ryunosuke Sato2016-06-251-0/+7
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-182-2/+2
* restores the regexp used in String#blank?Xavier Noria2016-04-291-4/+3
* rewords code comment [ci skip]Xavier Noria2016-04-241-3/+3
* just say nothing about why this regexp is slower [ci skip]Xavier Noria2016-04-211-1/+1
* restores code comments in String#blank? [ci skip]Xavier Noria2016-04-211-2/+6
* Remove unused `BLANK_RE`Ryuta Kamizono2016-04-211-2/+0
* 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