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
/
dependencies_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ruby < 2.5 is no longer supported
Akira Matsuda
2019-05-28
1
-10
/
+7
*
ActiveSupport typo fixes.
alkesh26
2019-02-01
1
-1
/
+1
*
Fix ruby warnings
yuuji.yaginuma
2018-11-22
1
-2
/
+2
*
Improve the logic that detects non-autoloaded constants
Jan Habermann
2018-10-28
1
-0
/
+26
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-2
/
+2
*
trace autoloads, and document hints for troubleshooting
Xavier Noria
2018-09-07
1
-0
/
+49
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-8
/
+8
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-10
/
+10
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-2
/
+2
*
Merge pull request #31803 from rmosolgo/rm-dependencies
Rafael França
2018-01-26
1
-0
/
+55
|
\
|
*
Add failing test for infinite loop when unloading autoloaded modules when an ...
Robert Mosolgo
2018-01-26
1
-0
/
+55
*
|
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-1
/
+1
|
/
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-10
/
+10
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
Merge pull request #27797 from y-yagi/correctly_check_error_message
Arthur Nogueira Neves
2017-01-30
1
-1
/
+2
|
\
|
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-1
/
+2
*
|
Ruby constant look-up no longer falls back to top-level since 2.5
Akira Matsuda
2017-01-30
1
-7
/
+10
|
/
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-5
/
+5
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-9
/
+9
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-7
/
+7
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-75
/
+75
*
tests the raising/throwing discards the watching stack
Xavier Noria
2016-03-16
1
-4
/
+6
*
s/removes/discards/
Xavier Noria
2016-03-16
1
-2
/
+2
*
adds coverage for raising while autoloading
Xavier Noria
2016-03-16
1
-0
/
+9
*
adds coverage for throwing while autoloading
Xavier Noria
2016-03-15
1
-0
/
+11
*
Dependencies clean up
Sruli Rapps
2016-02-19
1
-10
/
+3
*
Removed use of mocha in active_support
Ronak Jangir
2015-07-10
1
-5
/
+6
*
Avoid E constant clashing with Minitest defined version.
Kasper Timm Hansen
2015-05-22
1
-15
/
+15
*
Do not depend on Rails git repository layout in ActiveSupport tests
Josef Stribny
2015-04-02
1
-2
/
+2
*
Remove LoadError#path hack for Ruby 1.9
claudiob
2015-01-04
1
-2
/
+0
*
Merge pull request #8740 from amatsuda/missing_source_file
Rafael Mendonça França
2015-01-02
1
-2
/
+2
|
\
|
*
replace use of MissingSourceFile with LoadError
Akira Matsuda
2013-01-04
1
-2
/
+2
*
|
dependencies.rb: keep the decorated #load and #require private [closes #17553]
Xavier Noria
2014-11-10
1
-0
/
+12
*
|
Merge pull request #15956 from zuhao/refactor_activesupport_dependencies_test
Yves Senn
2014-11-05
1
-101
/
+124
|
\
\
|
*
|
Cleanup loaded features and constants after dependency tests.
Zuhao Wan
2014-06-28
1
-100
/
+116
*
|
|
fixes circularity check in dependencies
Xavier Noria
2014-10-25
1
-0
/
+25
*
|
|
Use `safe_constantize`.
Guo Xiang Tan
2014-09-02
1
-0
/
+2
*
|
|
Reset ActiveSupport::Dependencies.mechanism to make tests order independent
Akira Matsuda
2014-08-13
1
-6
/
+10
*
|
|
Duplicated method in the test helper
Akira Matsuda
2014-08-13
1
-7
/
+0
|
/
/
*
|
Fix a bug where NameError#name returns a qualified name in string
Yuki Nishijima
2014-06-24
1
-3
/
+3
*
|
Add regression test for NameError#name
Arthur Neves
2014-06-20
1
-1
/
+4
*
|
Fixed an issue where reloading of removed dependencies would cause an unexpec...
Noah Lindner
2014-02-08
1
-0
/
+12
*
|
Prefer assert_raise instead of flunk + rescue to test for exceptions
Carlos Antonio da Silva
2013-12-19
1
-28
/
+16
[next]