aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-1664-301/+301
* Merge pull request #25570 from y-yagi/remove_useless_parameterEileen M. Uchitelle2016-08-151-3/+3
|\
| * remove useless parameteryuuji.yaginuma2016-06-291-4/+4
* | Add documentation about `ActiveSupport.on_load`mrageh2016-08-131-0/+2
* | Merge pull request #26100 from vipulnsward/changelogsRafael França2016-08-121-3/+3
|\ \
| * | Pass over changelogs [ci skip]Vipul A M2016-08-101-3/+3
* | | prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
|/ /
* | 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-083-4/+48
|\ \
| * | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-043-8/+35
* | | 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-0815-28/+28
* | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-0717-23/+0
* | | applies remaining conventions across the projectXavier Noria2016-08-0636-132/+102
* | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0672-1595/+1587
* | | remove redundant curlies from hash argumentsXavier Noria2016-08-0611-40/+40
* | | modernizes hash syntax in activesupportXavier Noria2016-08-0657-1040/+1040
* | | applies new string literal convention to the rest of the projectXavier Noria2016-08-062-19/+19
* | | applies new string literal convention in the gemspecsXavier Noria2016-08-061-16/+16
* | | applies new string literal convention in activesupport/testXavier Noria2016-08-06141-2632/+2632
* | | applies new string literal convention in activesupport/libXavier Noria2016-08-06176-705/+705
|/ /
* | Add :weeks to the list of variable duration partsAndrew White2016-08-033-1/+41
* | Add documentation for ActiveSupport::StringInquirer [ci skip]kyatul2016-08-031-0/+6
* | Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-294-81/+0
* | Add rationale for manually checking auth_tag length, which got lost when #258...Bart de Water2016-07-271-0/+4
* | Merge pull request #25914 from jmccartie/jm/not_inRafael França2016-07-224-0/+81
|\ \
| * | Adds `not_in?` onto ObjectJon McCartie2016-07-214-0/+81
* | | revises a regexpXavier Noria2016-07-221-1/+1
* | | systematic revision of =~ usage in ASXavier Noria2016-07-2217-29/+43
* | | adds require for Regexp#match?Xavier Noria2016-07-221-0/+2
* | | revises styleXavier Noria2016-07-221-1/+1
* | | the infamous typo only seen in GitHub's diff [ci skip]Xavier 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-223-2/+36
* | Allow MessageEncryptor to take advantage of authenticated encryption modesBart de Water2016-07-213-4/+64
* | Merge pull request #25823 from mechanicles/missing-memory-store-testsRafael França2016-07-201-0/+10
|\ \
| * | Add missing tests for memory store of cache.Santosh Wadghule2016-07-171-0/+10
* | | Merge pull request #25393 from gsamokovarov/introduce-assert-changesRafael França2016-07-203-9/+236
|\ \ \
| * | | Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-173-9/+236
* | | | Merge pull request #25822 from mechanicles/clear-local-cache-on-invalid-param...Rafael França2016-07-201-0/+12
|\ \ \ \
| * | | | Add missing test for clearing up local cache on invalid parameters err.Santosh Wadghule2016-07-171-0/+12
| | |/ / | |/| |
* | | | Make sure the time method is unstubedRafael Mendonça França2016-07-171-29/+41
| |/ / |/| |
* | | Added :fallback_string option to Array#to_sentenceoss922016-07-133-3/+20
|/ /
* | Merge pull request #25790 from mrageh/wrap-lazy-load-hooks-in-moduleRafael França2016-07-131-18/+26
|\ \
| * | Wrap module around lazy load hooksmrageh2016-07-121-18/+26
* | | Remove old test that check duplicated items in the load pathRafael Mendonça França2016-07-131-16/+0
* | | Missing require 'active_support/multibyte/unicode'Akira Matsuda2016-07-121-0/+1
* | | Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-113-0/+17
|/ /
* | AS::Duration should serialize empty values correctly. (#25656)Paul Sadauskas2016-07-112-1/+4