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/rails/application
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
..
bootstrap.rb Remove Rack::Runtime and deprecate referencing it 2021-04-12 14:31:12 -04:00
configuration.rb Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
default_middleware_stack.rb Use a NullFlash object when the session store is disabled 2021-05-08 09:41:03 -05:00
dummy_erb_compiler.rb Fix: DummyCompiler embeds invalid YAML content 2019-05-15 22:26:07 +05:30
finisher.rb Drops support for classic mode 2021-03-08 05:30:11 +01:00
routes_reloader.rb Fix the cop violation 👮 2020-12-03 23:14:28 +00:00