aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove unnecessary constantYosuke Kabuto2016-05-151-4/+2
* | | Perfomance fix for Enumerable#index_bylvl0nax2016-05-141-1/+3
|/ /
* | Use original `Array#sum` to speed up calculatingyui-knk2016-05-071-4/+8
* | Array#split refactoring for case with blocklvl0nax2016-05-061-11/+6
* | Fix initial value effects for sum along to ruby 2.4Kenta Murata2016-04-301-5/+7
* | restores the regexp used in String#blank?Xavier Noria2016-04-291-4/+3
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-291-2/+2
|\ \
| * | [ci skip] Aline results of code examples in commentsyui-knk2016-04-201-2/+2
* | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-281-8/+8
* | | Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-271-8/+8
* | | Merge pull request #24723 from lvl0nax/array_split_fixJeremy Daer2016-04-261-10/+6
|\ \ \
| * | | Little perfomance fix for Array#split.lvl0nax2016-04-261-10/+6
* | | | Add require of mattr_accessor since Compatibility relies on it.Jason Frey2016-04-251-0/+2
|/ / /
* | | Remove `Array#sum` method before override ityui-knk2016-04-241-0/+2
* | | rewords code comment [ci skip]Xavier Noria2016-04-241-3/+3
* | | Follow up of https://github.com/rails/rails/commit/c9c5788a527b70d7f983e2b4b4...Vipul A M2016-04-241-4/+4
* | | Make getlocal and getutc always return instances of TimeAndrew White2016-04-231-14/+18
* | | Add DateTime#subsecAndrew White2016-04-231-0/+7
* | | Change Time#sec_fraction to use subsecAndrew White2016-04-231-2/+2