aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-2/+4
* All currently supported rubies already have LoadError#pathAkira Matsuda2017-01-171-12/+0
* :golf: else + if = elsifAkira Matsuda2017-01-171-10/+8
* 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
* Add duration constructors for use in Numeric extensionsAndrew White2017-01-122-8/+8
* Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-092-7/+7
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-2/+2
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* Merge pull request #26480 from tbrisker/fix-26461Rafael França2017-01-041-2/+7
|\
| * Reword according to feedbackTomer Brisker2016-09-151-8/+7
| * Clarify that mattr_* creates public methodsTomer Brisker2016-09-131-0/+6
* | There's no such moduleAkira Matsuda2017-01-051-4/+4
* | Remove unnecessary require statementsJon Moss2017-01-031-3/+0
* | Merge pull request #27363 from amatsuda/refined_array_sumSean Griffin2017-01-031-2/+7
|\ \
| * | Refining Array#sum monkey-patch using RefinementsAkira Matsuda2016-12-151-2/+7
* | | 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
* | split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-091-4/+5
* | Exclude singleton classes from `subclasses` and `descendants`Sean Griffin2016-12-011-0/+1
* | Merge pull request #27035 from rails/remove-active-support-deprecationsAndrew White2016-11-1411-151/+1
|\ \
| * | Remove deprecated separator argument from parameterizeAndrew White2016-11-141-5/+1
| * | Remove deprecated method Numeric#to_formatted_sAndrew White2016-11-141-5/+0
| * | Remove deprecated method alias_method_chainAndrew White2016-11-141-48/+0
| * | Remove deprecated constant MissingSourceFIleAndrew White2016-11-141-2/+0
| * | Remove deprecated Module.qualified_const_get/set/defined?Andrew White2016-11-142-71/+0
| * | Remove deprecated time marshal core_ext fileAndrew White2016-11-131-3/+0
| * | Remove deprecated struct core_ext fileAndrew White2016-11-131-3/+0
| * | Remove deprecated module method_transplanting fileAndrew White2016-11-131-3/+0
| * | Remove deprecated local_constantsAndrew White2016-11-131-8/+0
| * | Remove deprecated kernel debugger fileAndrew White2016-11-131-3/+0
* | | Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-141-8/+2
|/ /
* | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-135-6/+6
|\ \
| * | Add missing `+` around a some literals.bogdanvlviv2016-10-275-6/+6
* | | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-299-12/+12
|/ /
* | Use Hash#compact and Hash#compact! from Ruby 2.4Prathamesh Sonpatki2016-10-231-18/+22
* | Merge pull request #26839 from renuo/fix-missing-nsec-transferAndrew White2016-10-211-1/+1
|\ \
| * | Fix copy_time_to: Copy nsec instead of usecJosua Schmid2016-10-201-1/+1
* | | doc, hide non-public methods form the api docs. [ci skip]Yves Senn2016-10-201-2/+2
|/ /
* | Add comment to remove code when we are in Ruby 2.4Rafael Mendonça França2016-10-141-0/+1
* | Use built-in #transform_values when available.Jesús Burgos2016-10-141-2/+2
* | Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-1/+1
* | Cache to_time to improve performance when comparingAndrew White2016-10-021-1/+5
* | [ci skip] Remove not necessary whitespaceAndrey Molchanov2016-09-281-1/+1
* | fix typo in `DateAndTime::Calculations#all_week` doc [ci skip]yuuji.yaginuma2016-09-271-1/+1
* | Prevent circular require of proxy_wrappers.rb, Fixes #26430Wolfgang Teuber2016-09-211-0/+1
|/
* change `Class#descendants` to public API [ci skip]yuuji.yaginuma2016-09-051-2/+15
* Fix typo in Delegation#delegate_missing_to doc [skip ci]Anton Davydov2016-08-271-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-164-10/+10