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
Jean Boussier 1e56b1d115 Fix ruby-master test suite (Psych 4.0.0)
Ruby master ships with Psych 4.0.0 which makes `YAML.load`
defaults to safe mode (https://github.com/ruby/psych/pull/487).

However since these YAML files are trustworthy sources
we can parse them with `unsafe_load`.
2021-05-19 14:21:21 +02:00
..
active_record Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
arel Support NullsFirst for all databases. 2021-05-18 16:58:21 -04:00
rails/generators Used double quotes in template file for consistency. 2021-04-30 02:58:51 +05:30
active_record.rb Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
arel.rb