aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | revises styleXavier Noria2016-07-221-1/+1
|/ /
* | performance boost for String#blank? in Ruby 2.4Xavier Noria2016-07-221-1/+1
* | define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-0/+4
* | Added :fallback_string option to Array#to_sentenceoss922016-07-131-2/+8
* | Missing require 'active_support/multibyte/unicode'Akira Matsuda2016-07-121-0/+1
* | Update class_attribute docsJohn Gesimondo2016-07-101-1/+1
|/
* Define `Pathname#as_json`Ryunosuke Sato2016-06-251-0/+7
* Define `URI::Generic#as_json`Ryunosuke Sato2016-06-251-0/+7
* Replace Kernel#caller by the faster Kernel#caller_locationsJean Boussier2016-06-101-2/+2
* Merge pull request #25265 from opti/improve/hash_compactKasper Timm Hansen2016-06-071-5/+8
|\
| * Improve Hash#compact! documentation and testsIgor Pstyga2016-06-031-5/+8
* | [skip ci] Fix grammarAbhishek Jain2016-06-031-2/+2
|/
* Don't blank pad day of the month when formatting datesSean Griffin2016-06-021-3/+3
* Normalize whitespace for Hash#compact documentation [ci skip]Mark Lee2016-05-241-6/+6
* Don't delegate to private methods of the targerRafael Mendonça França2016-05-241-1/+5
* Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-241-1/+60
|\
| * Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-271-1/+60
* | Revert "Add default exceptions affected by suppress (#25099)"Rafael Mendonça França2016-05-231-1/+0
* | Add default exceptions affected by suppress (#25099)Alexey Zapparov2016-05-231-0/+1
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-186-9/+12
* | Merge pull request #24930 from henrik/date-all-daySean Griffin2016-05-162-5/+5
|\ \
| * | Introduce Date#all_dayHenrik Nyh2016-05-112-5/+5