• J
    Make ActiveSupport::Autoload local · a1687e48
    José Valim 提交于
    Previously, ActiveSupport::Autoload was global and reserved
    for usage inside Rails. This pull request makes it local,
    fixes its test (they were not being run because its file
    was named wrongly) and make it part of Rails public API.
    a1687e48
autoload_test.rb 1.9 KB