なるようになるブログ

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

rails commit log流し読み(2019/04/21)

2019/04/21分のコミットです。

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


Add release notes for changes in the guides for Rails 6 [ci skip] (#36046)

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

Rails Guidesの変更点について記載しています。


Fix typo by changing 'for' to 'from'

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

The Difference Between render and redirect_toの項のタイポを修正しています。


Avoid method call if @transaction_state is not finalized

Active Recordの修正です。

@transaction_stateがfinalizedしていない場合、不要なメソッド呼び出しを行わないよう修正しています。パフォーマンス向上の為。