なるようになるブログ

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

rails commit log流し読み(2021/12/27)

2021/12/27分のコミットです。

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


Update Release Notes [ci-skip]

rails guideのRuby on Rails 7.0 Release Notesの修正です。

deprecateddeprecateにタイポしていたのを修正しています。


Add breakpoint section

rails guideのDebugging Rails Applicationsの修正です。

debugger gemでのbreakpointの追加・実行方法について説明した、Breakpointsの項を追加しています。


Merge pull request #43974 from oltdaniel/fix-getting-started-guide

rails guideのGetting Started with Railsの修正です。

データ削除のexamleコードを、Turboを使っている場合に動作するよう修正しています。


Update bug report templates to use Rails 7.0

bug report templatesの修正です。

bug report templatesで使用するRailsのバージョンを6.1.0に更新しています。


Update layouts_and_rendering.md using turbo [ci-skip]

rails guideのLayouts and Rendering in Railsの修正です。

Rendering by Default: Convention Over Configuration in Actionの項にあるデータ削除のexamleコードを、Turboを使っている場合に動作するよう修正しています。