aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-2/+2
* | Merge pull request #26684 from matthewd/executor-serialMatthew Draper2016-10-051-0/+55
|\ \
| * | Avoid bumping the class serial when invoking executorMatthew Draper2016-10-031-0/+55
* | | Revert "Merge pull request #26677 from tbalthazar/26644"Andrew White2016-10-021-6/+0
|/ /
* | Merge pull request #26677 from tbalthazar/26644Andrew White2016-10-011-0/+6
|\ \
| * | Fix `ActiveSupport::TimeWithZone#localtime`Thomas Balthazar2016-10-011-0/+6
* | | Tighten the backtrace pollution from passing through callbacksMatthew Draper2016-09-301-1/+72
|/ /
* | Fix ActiveSupport::TimeWithZone#inThomas Balthazar2016-09-241-1/+31
* | add check of argumentyuuji.yaginuma2016-09-171-0/+6
* | improve error message when include assertions failMichael Grosser2016-09-1612-114/+114
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-6/+6
* | Remove blank else branchRyuta Kamizono2016-09-031-3/+0
* | RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+5
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-012-2/+2
* | Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-2/+2
* | Follow up of #25602Vipul A M2016-09-011-0/+10
* | use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-0/+9
* | use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-0/+9
* | Merge pull request #25863 from mechanicles/remove-duplicate-testRafael França2016-08-161-5/+0
|\ \
| * | Remove duplicate test.Santosh Wadghule2016-07-171-5/+0
* | | Add three new rubocop rulesRafael Mendonça França2016-08-1641-262/+262
* | | Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-0/+16
|\ \ \
| * | | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-4/+24
* | | | code gardening: removes redundant selfsXavier Noria2016-08-083-10/+10
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-0714-20/+0
* | | | applies remaining conventions across the projectXavier Noria2016-08-0611-24/+11
* | | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0643-600/+595
* | | | remove redundant curlies from hash argumentsXavier Noria2016-08-0611-40/+40
* | | | modernizes hash syntax in activesupportXavier Noria2016-08-0636-949/+949
* | | | applies new string literal convention in activesupport/testXavier Noria2016-08-06141-2632/+2632
|/ / /
* | | Add :weeks to the list of variable duration partsAndrew White2016-08-031-0/+32
* | | Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-291-53/+0
* | | Merge pull request #25914 from jmccartie/jm/not_inRafael França2016-07-221-0/+53
|\ \ \
| * | | Adds `not_in?` onto ObjectJon McCartie2016-07-211-0/+53
* | | | systematic revision of =~ usage in ASXavier Noria2016-07-226-12/+18
|/ / /
* | | define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-0/+24
* | | Allow MessageEncryptor to take advantage of authenticated encryption modesBart de Water2016-07-211-0/+18
* | | 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-201-0/+106
|\ \ \
| * | | Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-0/+106
* | | | 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-131-1/+6
|/ /
* | Remove old test that check duplicated items in the load pathRafael Mendonça França2016-07-131-16/+0
* | Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+7
* | AS::Duration should serialize empty values correctly. (#25656)Paul Sadauskas2016-07-111-0/+1
* | Merge pull request #25736 from voxik/file-store-test-require-pathnameRafael França2016-07-071-0/+2
|\ \
| * | Pathname might not be always initialized.Vít Ondruch2016-07-071-0/+2