aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #25570 from y-yagi/remove_useless_parameterEileen M. Uchitelle2016-08-151-3/+3
|\
| * remove useless parameteryuuji.yaginuma2016-06-291-4/+4
* | let instance thread_mattr_* methods delegate to the class-level onesXavier Noria2016-08-081-4/+10
* | Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-4/+4
|\ \
| * | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-4/+4
* | | damn typos [ci skip]Xavier Noria2016-08-081-1/+1
* | | explain why aliasing uses explicit selfs [ci skip]Xavier Noria2016-08-081-0/+3
* | | code gardening: removes redundant selfsXavier Noria2016-08-086-9/+9
* | | applies remaining conventions across the projectXavier Noria2016-08-064-16/+12
* | | normalizes indentation and whitespace across the projectXavier Noria2016-08-068-44/+43
* | | modernizes hash syntax in activesupportXavier Noria2016-08-068-65/+65
* | | applies new string literal convention in activesupport/libXavier Noria2016-08-0683-291/+291
|/ /
* | Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-292-16/+0
* | Merge pull request #25914 from jmccartie/jm/not_inRafael França2016-07-222-0/+16
|\ \
| * | Adds `not_in?` onto ObjectJon McCartie2016-07-212-0/+16
* | | systematic revision of =~ usage in ASXavier Noria2016-07-223-7/+10
* | | adds require for Regexp#match?Xavier Noria2016-07-221-0/+2