2019/04/11分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #35916 from soartec-lab/delete_not_use_method
railties/lib/rails/generators/rails/plugin/plugin_generator.rbの修正です。
使用していないjavascriptsメソッドを削除しています。
Update the result of generate command [skip ci]
rails guideのGetting Started with Enginesの修正です。
Generating an Article Resourceの項にあるgenerateコマンドの実行結果を、実際の内容に合わせて修正しています。
Remove outdated debugging plugins
rails guideのDebugging Rails Applicationsの修正です。
Plugins for Debuggingの項から、メンテされていない古いライブラリへのリンクを削除しています。
Fix loading ActionMailbox::BaseController when CSRF protection is disabled
actionmailbox/app/controllers/action_mailbox/base_controller.rbの修正です。
default_protect_from_forgeryが設定されているときのみ、skip_forgery_protectionを指定するよう修正しています。default_protect_from_forgeryがfalseのときはskip_forgery_protectionは指定出来ない(callbackが登録されてないのでエラーになる)為。