Skip to content
  • José Valim's avatar
    a1687e48
    Make ActiveSupport::Autoload local · a1687e48
    José Valim authored
    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
    Make ActiveSupport::Autoload local
    José Valim authored
    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.
Loading