なるようになるブログ

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

rails commit log流し読み(2015/09/04)

2015/09/04分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

activesupport/CHANGELOG.md


Update Unicode Version to 8.0.0

activesupport/lib/active_support/multibyte/unicode.rbactivesupport/lib/active_support/values/unicode_tables.datの修正です。

Active Supportで保持しているunicode tableのデータを、7.0.0から8.0.0に更新しています。


fix module name typo in API app guide [ci skip]

rails guideのUsing Rails for API-only Applicationsの修正です。

ActionController::HttpAuthenticationActionController::HTTPAuthenticationにタイポしていたのを修正しています。


Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg

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

inverse_ofメソッドIrreversibleMigrationをraiseする際に、migrationをリバーシブルにする為の手順の詳細も合わせて表示するよう修正しています。