index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33162 from utilum/stop_using_mocha
Kasper Timm Hansen
2018-08-22
1
-0
/
+83
|
\
|
*
Add method_call_assertions and use them instead of Mocha
utilum
2018-08-13
1
-0
/
+83
*
|
Remove unused requires
yuuji.yaginuma
2018-08-17
1
-3
/
+0
*
|
Fix obsoleted method URI.unescape in activesupport/test
Vitor Oliveira
2018-08-15
1
-1
/
+1
*
|
Merge pull request #33499 from lsylvester/caller-ignore-paths
Kasper Timm Hansen
2018-08-15
1
-0
/
+40
|
\
\
|
*
|
Use backtrace cleaner to clean up backtrace for verbose query logs
Lachlan Sylvester
2018-08-14
1
-0
/
+40
|
|
/
*
|
Merge pull request #33612 from bogdanvlviv/test-assert_called
Ryuta Kamizono
2018-08-15
1
-0
/
+10
|
\
\
|
*
|
Test `assert_called` and `assert_called_with`
bogdanvlviv
2018-08-14
1
-0
/
+10
|
|
/
*
/
Add `Array#extract!`
bogdanvlviv
2018-08-14
1
-0
/
+44
|
/
*
Fix the obvious typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-08-08
1
-1
/
+1
*
Support skip nil for cache fetch (#25437)
Martin
2018-08-05
1
-0
/
+7
*
Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method
Ryuta Kamizono
2018-07-31
1
-0
/
+35
|
\
|
*
A regression in deprecate_methods was introduced in a982a42:
Edouard CHIN
2018-07-30
1
-0
/
+35
*
|
cpu_time and allocations are 0 when JRuby is used
Yasuo Honda
2018-07-30
1
-2
/
+7
*
|
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
1
-1
/
+0
*
|
Always subscribe to event objects via `AS::Notifications.subscribe`
Aaron Patterson
2018-07-26
1
-9
/
+16
*
|
Subscribe to event objects via `subscribe`
Aaron Patterson
2018-07-26
1
-0
/
+12
*
|
Subscribe to event objects via `subscribe_event`
Aaron Patterson
2018-07-26
1
-0
/
+17
*
|
Add cpu_time, idle_time, and allocations to Event
Eileen Uchitelle
2018-07-26
1
-0
/
+11
*
|
Turn on performance based cops
Dillon Welch
2018-07-23
1
-3
/
+1
*
|
e4e1b62 broke `to_param` handling:
Edouard CHIN
2018-07-12
1
-0
/
+14
|
/
*
added tests for assert_no_difference with multiple expressions
lxxxvi
2018-07-08
1
-0
/
+16
*
Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks
Rafael França
2018-07-04
1
-0
/
+49
|
\
|
*
Use class_eval or instance_eval when triggering lazy load hooks:
Edouard CHIN
2018-07-03
1
-0
/
+49
*
|
Refactor #33254.
Kasper Timm Hansen
2018-07-01
1
-2
/
+2
*
|
Fix Cache :redis_store increment/decrement ttl check and add more tests.
Jason Lee
2018-06-30
1
-4
/
+20
*
|
Add :expires_in option support for RedisCacheStore increment/decrement method.
Jason Lee
2018-06-29
1
-0
/
+24
*
|
Add tests for duration multiplication and division
Eugene Kenny
2018-06-25
1
-0
/
+12
|
/
*
Merge pull request #33078 from bogdanvlviv/add-remove-require
Ryuta Kamizono
2018-06-09
5
-13
/
+5
|
\
|
*
Add missing `require`
bogdanvlviv
2018-06-07
2
-0
/
+5
|
*
Remove unused `require`
bogdanvlviv
2018-06-07
3
-13
/
+0
*
|
Remove extra `include ActiveSupport::Testing::MethodCallAssertions`
bogdanvlviv
2018-06-08
1
-3
/
+0
|
/
*
Allow Time.zone.at to receive a second argument
Josh Pencheon
2018-05-30
1
-0
/
+10
*
Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changes
Rafael França
2018-05-22
1
-1
/
+1
|
\
|
*
Clearer error message in assert_changes
lxxxvi
2018-05-05
1
-1
/
+1
*
|
Add Enumerable#index_with.
Kasper Timm Hansen
2018-05-21
1
-0
/
+15
*
|
Raise a better exception when a invalid depreation behavior is set
Rafael Mendonça França
2018-05-18
1
-0
/
+8
*
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
7
-26
/
+26
*
|
Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newer
Ryuta Kamizono
2018-05-07
1
-24
/
+0
|
/
*
Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?
Neil Souza
2018-05-04
1
-0
/
+7
*
Fix test: threads being nil in ensure
Pavel Valena
2018-04-30
1
-4
/
+4
*
`SetupAndTeardown` has few caveats that breaks libraries:
Edouard CHIN
2018-04-27
1
-3
/
+5
*
Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613
Andrew White
2018-04-20
1
-1
/
+1
|
\
|
*
Fix name of the test added by #32613
bogdanvlviv
2018-04-19
1
-1
/
+1
*
|
Allow rubocop check more files
bogdanvlviv
2018-04-19
5
-11
/
+11
*
|
Merge pull request #32605 from composerinteralia/assert-not
Rafael França
2018-04-19
26
-88
/
+88
|
\
\
|
|
/
|
/
|
|
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
26
-88
/
+88
*
|
Fix exception in AS::Timezone.all when any tzinfo data is missing
Dominik Sander
2018-04-18
2
-0
/
+28
|
/
*
2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-15
1
-2
/
+2
*
Fix redis store clear keys outside the namespace
Rei
2018-04-15
1
-0
/
+18
[next]