なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2022/04/12)

2022/04/12分のコミットです。

CHANGELOGへの追加はありませんでした。


Document that data-remote and data-method are deprecated

actionview/lib/action_view/helpers/url_helper.rbのdocの修正です。

button_toメソッドのdocに、data-remotedata-methodはdeprecatedになっている事の説明、及び、Turboを使う場合に必要なオプションについての説明を追加しています。


Fix link_to UJS examples formatting [ci-skip]

actionview/lib/action_view/helpers/url_helper.rbのdocの修正です。

link_to内の@rails/ujsを使用する場合の説明について、フォーマットやタイポの修正等を行っています。


Fix button_to UJS examples formatting [ci-skip]

actionview/lib/action_view/helpers/url_helper.rbのdocの修正です。

button_to内の@rails/ujsを使用する場合の説明について、フォーマットやタイポの修正等を行っています。


Remove activerecord namespace from example, since it no longer returns the value shown below

rails guideのRails Internationalization (I18n) APIの修正です。

Bulk and Namespace Lookupの項にあるActive Recordのエラーメッセージを全て取得する場合のexampleコードのkeyの指定を修正しています。