なるようになるブログ

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

rails commit log流し読み(2023/12/17)

2023/12/17分のコミットです。

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


Add actionview bug report template

bug report templateの修正です。

Action View用のbug report templateを追加しています。


Replace outdated links with correct links

rails guideのHow to contribute to Ruby on Railsの修正です。

bug report templateのリンク先を、Consolidate bug_report_templates and remove the gem versionsで変更になったファイル名に更新しています。


Add sqlite3 back to bug templates that need it

bug report templateの修正です。

Consolidate bug_report_templates and remove the gem versionsの対応の際に誤ってsqlite3 gemが削除されてしまっていたのを戻しています。


Revert "Lock bigdecimal version to 3.1.4 or lower"

bigdecimal gemのバージョンを3.1.4以下に固定した、Lock bigdecimal version to 3.1.4をRevertしています。最新バージョンだとテストが通るようになっている為。


Ignore warnings like warning: net-smtp which is not part of the default gems since Ruby 3.1.0.

railties/test/application/bin_setup_test.rbの修正です。

rubygemsが出力するwarningを無視するよう修正しています。


Fix guides/active_record_migrations.rb template to use the current migrations version

guides/bug_report_templates/active_record_migrations.rbの修正です。

Consolidate bug_report_templates and remove the gem versionsの対応の際に、migrationのバージョンに誤ったバージョンを指定してしまっていたのを修正しています。