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
*
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
*
Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`
yuuji.yaginuma
2018-04-13
1
-1
/
+1
*
Merge pull request #32539 from chancancode/anticompress
Rafael França
2018-04-12
3
-38
/
+142
|
\
|
*
Fix `ActiveSupport::Cache` compression
Godfrey Chan
2018-04-11
1
-2
/
+21
|
*
Add failing test for compression bug
Godfrey Chan
2018-04-11
3
-38
/
+123
*
|
Merge pull request #31913 from rywall/define-callbacks-desc
Matthew Draper
2018-04-12
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Define callbacks on descendants.
Ryan Wallace
2018-02-06
1
-0
/
+10
*
|
Fix test class name for `Assertions` module
yuuji.yaginuma
2018-04-08
1
-1
/
+1
*
|
Rename the class as there is already an existing class with that name
Edouard CHIN
2018-04-06
1
-1
/
+1
*
|
`SetupAndTeardown#teardown` should call any subsequent after_teardown:
Edouard CHIN
2018-04-06
1
-0
/
+34
*
|
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-2
/
+2
*
|
Move implementation of `before?` and `after?` to `DateAndTime::Calculations`
bogdanvlviv
2018-03-31
4
-36
/
+12
*
|
Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1
utilum
2018-03-31
1
-1
/
+3
*
|
Merge pull request #32185 from nholden/human_readable_date_time_comparisons
Rafael França
2018-03-26
4
-0
/
+50
|
\
\
|
*
|
Add `before?` and `after?` methods to date and time classes
Nick Holden
2018-03-06
4
-0
/
+50
*
|
|
Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-return
Rafael França
2018-03-22
1
-0
/
+12
|
\
\
\
[next]