aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+10
* Remove dead code in duplicable.rbJean Boussier2019-07-111-120/+1
* This PR speeds up Nil#try by avoiding an allocation when only one argument is...schneems2018-10-031-2/+2
* Revert falsey with example reorderedTakumasa Ochi2018-09-141-2/+2
* Improve API document on Object#blank?Takumasa Ochi2018-09-061-2/+2
* 20% faster `try`Sean Griffin2018-08-291-8/+7
* 32% Faster Object#tryschneems2018-08-291-1/+10
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* Update with_options.rbDaniel Amireh2018-07-251-1/+1
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+5
* [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-2/+5
* Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-041-1/+10
|\
| * Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-171-1/+10
* | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-2/+2
* | Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-1/+1
|/
* Merge pull request #30961 from q-centrix/performance-improvement-acts-likeRafael França2017-10-231-1/+10
|\
| * Performance improvements for acts_like? method.Dillon Welch2017-10-231-1/+10
* | 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