aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-251-0/+7
* ruby < 2.5 is no longer supportedAkira Matsuda2019-05-281-10/+7
* ActiveSupport typo fixes.alkesh262019-02-011-1/+1
* Fix ruby warningsyuuji.yaginuma2018-11-221-2/+2
* Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-281-0/+26
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* trace autoloads, and document hints for troubleshootingXavier Noria2018-09-071-0/+49
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-8/+8
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-10/+10
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-2/+2
* Merge pull request #31803 from rmosolgo/rm-dependenciesRafael França2018-01-261-0/+55
|\
| * Add failing test for infinite loop when unloading autoloaded modules when an ...Robert Mosolgo2018-01-261-0/+55
* | Use respond_to test helpersDaniel Colson2018-01-251-1/+1
|/
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-10/+10
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Merge pull request #27797 from y-yagi/correctly_check_error_messageArthur Nogueira Neves2017-01-301-1/+2
|\
| * correctly check error messageyuuji.yaginuma2017-01-251-1/+2
* | Ruby constant look-up no longer falls back to top-level since 2.5Akira Matsuda2017-01-301-7/+10
|/
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* improve error message when include assertions failMichael Grosser2016-09-161-9/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-75/+75
* tests the raising/throwing discards the watching stackXavier Noria2016-03-161-4/+6
* s/removes/discards/Xavier Noria2016-03-161-2/+2
* adds coverage for raising while autoloadingXavier Noria2016-03-161-0/+9
* adds coverage for throwing while autoloadingXavier Noria2016-03-151-0/+11
* Dependencies clean upSruli Rapps2016-02-191-10/+3
* Removed use of mocha in active_supportRonak Jangir2015-07-101-5/+6
* Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-221-15/+15
* Do not depend on Rails git repository layout in ActiveSupport testsJosef Stribny2015-04-021-2/+2
* Remove LoadError#path hack for Ruby 1.9claudiob2015-01-041-2/+0
* Merge pull request #8740 from amatsuda/missing_source_fileRafael Mendonça França2015-01-021-2/+2
|\
| * replace use of MissingSourceFile with LoadErrorAkira Matsuda2013-01-041-2/+2
* | dependencies.rb: keep the decorated #load and #require private [closes #17553]Xavier Noria2014-11-101-0/+12
* | Merge pull request #15956 from zuhao/refactor_activesupport_dependencies_testYves Senn2014-11-051-101/+124
|\ \
| * | Cleanup loaded features and constants after dependency tests.Zuhao Wan2014-06-281-100/+116
* | | fixes circularity check in dependenciesXavier Noria2014-10-251-0/+25
* | | Use `safe_constantize`.Guo Xiang Tan2014-09-021-0/+2
* | | Reset ActiveSupport::Dependencies.mechanism to make tests order independentAkira Matsuda2014-08-131-6/+10
* | | Duplicated method in the test helperAkira Matsuda2014-08-131-7/+0
|/ /
* | Fix a bug where NameError#name returns a qualified name in stringYuki Nishijima2014-06-241-3/+3
* | Add regression test for NameError#nameArthur Neves2014-06-201-1/+4
* | Fixed an issue where reloading of removed dependencies would cause an unexpec...Noah Lindner2014-02-081-0/+12