| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Fix asserting the correct exception message in dependencies test | Carlos Antonio da Silva | 2013-12-19 | 1 | -2/+2 |
* | | better error message for constants autoloaded from anonymous modules [fixes #... | Xavier Noria | 2013-12-06 | 1 | -17/+9 |
* | | Merge pull request #12412 from bf4/allow_pathname_for_require_dependency | Xavier Noria | 2013-09-30 | 1 | -0/+11 |
|\ \ |
|
| * | | require_dependency should allow Pathname-like objects, not just String | Benjamin Fleischer | 2013-09-30 | 1 | -0/+11 |
* | | | Ensure all-caps nested consts marked as autoloaded | Simon Coffey | 2013-08-27 | 1 | -0/+8 |
* | | | Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::... | Andrew Kreiling | 2013-06-09 | 1 | -0/+8 |
|/ / |
|
* | | remove redundant var | Vipul A M | 2013-05-09 | 1 | -1/+0 |
* | | Merge pull request #9681 from vipulnsward/fix_typo_in_module_name | Carlos Antonio da Silva | 2013-03-12 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix typo in DependenciesTestHelpers module name | Vipul A M | 2013-03-12 | 1 | -2/+2 |
* | | | Cleanup tests for unused variables | Vipul A M | 2013-03-11 | 1 | -1/+1 |
|/ / |
|
* / | Remove unnecessary begin..rescue..end, use only rescue | Akira Matsuda | 2013-01-06 | 1 | -6/+4 |
|/ |
|
* | silences "possibly useless use of :: in void context" warnings | Xavier Noria | 2012-12-24 | 1 | -7/+3 |
* | silence warning: possibly useless use of a constant in void context | kennyj | 2012-12-06 | 1 | -3/+7 |
* | Patched Marshal#load to work with constant autoloading (active_support/depend... | Uriel Katz | 2012-12-01 | 1 | -19/+2 |
* | prevent Dependencies#remove_const from autoloading parents [fixes #8301] | Xavier Noria | 2012-11-28 | 1 | -0/+10 |
* | let remove_constant still delete Kernel#autoload constants [rounds #8213] | Xavier Noria | 2012-11-15 | 1 | -2/+2 |
* | dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] | Xavier Noria | 2012-11-15 | 1 | -0/+10 |
* | Fix some assert_raise calls containing messages in Active Support | Carlos Antonio da Silva | 2012-10-28 | 1 | -1/+2 |
* | detect circular constant autoloading | Xavier Noria | 2012-08-28 | 1 | -0/+6 |
* | Fix ActiveSupport tests that depend on run order | Francesco Rodriguez | 2012-08-23 | 1 | -0/+2 |
* | raise the same exception in order to keep path info | Aaron Patterson | 2012-06-12 | 1 | -0/+13 |
* | removes the obsolete require_association method from dependencies | Xavier Noria | 2012-06-10 | 1 | -4/+0 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -2/+2 |
* | Simplify load and require tests | Sam Umbach | 2011-12-03 | 1 | -4/+4 |
* | Test that require and load raise LoadError if file not found | Sam Umbach | 2011-12-03 | 1 | -0/+16 |
* | Test return value of ActiveSupport::Dependencies::Loadable#load | Sam Umbach | 2011-12-03 | 1 | -0/+16 |
* | Test return value of ActiveSupport::Dependencies::Loadable#require | Sam Umbach | 2011-12-03 | 1 | -0/+47 |
* | Fix autoload_once_paths when using Pathnames & ruby 1.9 | Jonathan del Strother | 2011-08-24 | 1 | -0/+18 |
* | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 1 | -1/+0 |
* | Raise NameError instead of ArgumentError in ActiveSupport::Dependencies | Andrew White | 2011-06-01 | 1 | -1/+1 |
* | Fix failing tests. | José Valim | 2011-05-22 | 1 | -0/+2 |
* | adding deprecation noticies to deprecated class cache methods | Aaron Patterson | 2011-03-02 | 1 | -4/+4 |
* | adding backwards compat for class cache references. <3<3 | Aaron Patterson | 2011-03-02 | 1 | -3/+3 |
* | refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t... | Aaron Patterson | 2011-03-01 | 1 | -3/+3 |