なるようになるブログ

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

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

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

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


fix typo [ci-skip]

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

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


Start Rails 7.1 development

各ライブラリのバージョンを7.1.0.alphaに更新しています。


Fix typo in the rdoc for EncryptableRecord.encrypts [ci-skip]

activerecord/lib/active_record/encryption/encryptable_record.rbのdocの修正です。

EncryptableRecord.encryptsservedserverにタイポしていたのを修正しています。


Point 7.0 release notes to the right branch

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

CHANGELOGへのリンクを https://github.com/rails/rails/blob/7-0-stable/ に修正しています。


Document sprockets is now optional

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

Notable changesの項に、railssprockets-railsに依存しなくなっており、sprockets-railsを使用したい場合Gemfileに追加する必要がある旨説明を追加しています。


Fix typos

rails guideのRuby on Rails 7.0 Release Notes、及び、Upgrading Ruby on Railsの修正です。

Sprocketsについて説明している箇所のタイポを修正しています。


replace duplicate entries of to_formatted_s with to_fs

Active Supportのdocの修正です。

to_formatted_sメソッドのexampleが重複してあったのを、片方to_fsを使用するよう修正しています。


Update the boot screen

railties/lib/rails/templates/rails/welcome/index.html.erbの修正です。

welcomeページのデザインを変更しています。


Fix RDoc comment for MigrationContext.migrate

activerecord/lib/active_record/migration.rbのdocの修正です。

MigrationContext.migrateメソッドのdocにあるdownメソッドが実行される条件の説明が実際の挙動と異なっていたのを修正しています。


Merge pull request #43799 from rmacklin/move-sprockets-docs-under-correct-version

rails guideのUpgrading Ruby on Railsの修正です。

Sprocketsがoptionalになった事について説明した項が、Rails 6.0のupgrade notesに記載されていたのを、Rails 7.0のupgrade notesに移動しています。