1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
eileencodes d2378bd3d8
Improve strict_loading violation error message
If you're using `strict_loading` in an application the previous message
only told you what class was lazily loaded. This change updates the
error message to include both the class and the association name. This
is useful because now you won't need to lookup the association name in
the application, the error message will tell you exactly which symbol
preload is missing.
2021-01-13 15:05:51 -05:00
..
active_record Improve strict_loading violation error message 2021-01-13 15:05:51 -05:00
arel
rails/generators
active_record.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00
arel.rb