1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Akira Matsuda 530f7805ed It may be better to explicitly require 'object/try' where we call try
In most cases it works now without explicit require because it's accidentally required through
active_support/core_ext/date_and_time/calculations.rb where we still call `try`,
but that would stop working if we changed the Calculations implementation and remove the require call there.
2019-08-01 18:51:51 +09:00
..
minitest Railities typo fixes. 2019-02-01 16:42:40 +05:30
rails It may be better to explicitly require 'object/try' where we call try 2019-08-01 18:51:51 +09:00
rails.rb active_support/dependencies/autoload is already required via active_support.rb 2019-07-12 18:30:58 +09:00