2015/09/04分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Update Unicode Version to 8.0.0
activesupport/lib/active_support/multibyte/unicode.rb
、
activesupport/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::HttpAuthentication
をActionController::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をリバーシブルにする為の手順の詳細も合わせて表示するよう修正しています。