aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Fix #to_json for unreadable IO objects, fixes #26132Paul Kuruvilla2017-10-231-0/+6
* [Active Support] require_relative => requireAkira Matsuda2017-10-216-15/+15
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1112-0/+12
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0912-0/+12
* [Active Support] require => require_relativeAkira Matsuda2017-07-016-15/+15
* Fix doc format for `duplicable?` [ci skip]yuuji.yaginuma2017-03-251-6/+6
* Remove unnecessary ruby version comments [ci skip]Vipul A M2017-03-241-2/+2
* Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-12/+22
* Cleanup documentation fixes (#28460)Vipul A M2017-03-171-2/+2
* Add documentation to use with_options in the same class [ci skip]Dennis Zelada2017-03-161-0/+11
* Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"Kasper Timm Hansen2017-01-151-7/+0
* Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]Koichi ITO2017-01-151-0/+7
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* Fix Symbol#duplicable? for Ruby 2.4.0.Kasper Timm Hansen2017-01-011-1/+2
* Fix Complex and Rational are duplicable?utilum2016-12-211-0/+20
* change return value of `duplicable?` with Ruby 2.4+yuuji.yaginuma2016-12-131-33/+58
* 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