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
*
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
|
\
\
\
|
*
|
|
Fix Cache `read_multi` with local_cache return values.
Jason Lee
2018-03-21
1
-0
/
+12
*
|
|
|
Use try in tests that try to test try.
Kasper Timm Hansen
2018-03-21
1
-7
/
+2
|
/
/
/
*
|
|
Redis cache store: fix constructing with a Redis instance
Adam Richardson
2018-03-12
1
-0
/
+6
*
|
|
URI.unescape handles mixed Unicode/escaped input
Ashe Connor
2018-03-07
1
-1
/
+1
|
/
/
*
|
Deprecate "active_support/core_ext/numeric/inquiry"
bogdanvlviv
2018-03-02
1
-80
/
+3
*
|
Deprecate `active_support/core_ext/hash/compact`
yuuji.yaginuma
2018-03-02
1
-34
/
+4
*
|
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
|
Ruby 2.4: take advantage of String#unpack1
Jeremy Daer
2018-03-01
1
-3
/
+3
*
|
Add separate test to ensure that `delegate` with `:private` option returns co...
bogdanvlviv
2018-02-28
1
-6
/
+16
*
|
add private: true option for ActiveSupport delegate
Tomas Valent
2018-02-26
1
-0
/
+57
*
|
Caching: MemCache and Redis stores use local cache for multi-reads
Gabriel Sobrinho
2018-02-23
1
-0
/
+10
*
|
Remove `AS::Multibyte`'s unicode table
Fumiaki MATSUSHIMA
2018-02-20
1
-26
/
+0
*
|
Return all mappings for a timezone id in `country_zones`
Andrew White
2018-02-19
1
-0
/
+10
*
|
String#truncate_bytes: limit to N bytes without breaking multibyte chars
Jeremy Daer
2018-02-18
1
-0
/
+62
*
|
`String#strip_heredoc` preserves frozenness
Jeremy Daer
2018-02-17
1
-0
/
+4
*
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
4
-79
/
+9
*
|
Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2
bogdanvlviv
2018-02-17
1
-2
/
+0
[next]