diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2019-02-15 15:48:55 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2019-02-16 13:00:28 +0900 |
commit | 7878027ca7de3dc13716f5efb088553fdd04d220 (patch) | |
tree | 679a84417b55807fdcd910a939eafa874a304a27 /activerecord/test/cases | |
parent | 16e235126ef0187a93b81ee959a8127097e2f394 (diff) | |
download | rails-7878027ca7de3dc13716f5efb088553fdd04d220.tar.gz rails-7878027ca7de3dc13716f5efb088553fdd04d220.tar.bz2 rails-7878027ca7de3dc13716f5efb088553fdd04d220.zip |
Show deprecated message instead of raise exception in `compiled_method_container` method
Since #35036, the subclasses of `ActionView::Base` requires
the `compiled_method_container`.
This is incompatible. For example, `web-console` use view class that
subclass of `ActionView::Base`, and does not work it now cause of this.
Actually, since it seems that it is only `ActionView::Base` that
`compiled_method_container` is necessary, modified the condition that
emits a warning.
Diffstat (limited to 'activerecord/test/cases')
0 files changed, 0 insertions, 0 deletions