2016/09/29分のコミットです。
CHANGELOGへの追加はありませんでした。
[ci skip] Remove not necessary whitespace
activesupport/lib/active_support/core_ext/class/attribute.rbのdocの修正です。
Class#class_attributeメソッドのdoc内のexampleコードに不要なスペースがあったのを削除しています。
[ci skip] Use right format text
activerecord/lib/active_record/attribute_methods/serialization.rbのdocの修正です。
ActiveRecord::AttributeMethods::Serialization#serializeメソッドのdoc内でバッククォート("")を使用していたのを+`を使用するよう修正しています。
[ci skip] Use class name instead of path to file
activesupport/lib/active_support/lazy_load_hooks.rbのdocの修正です。
ActiveSupport::LazyLoadHooks moduleのdocで、ActiveRecord::Baseを参照するのにファイルのパスを記載していたのを、クラス名を記載するよう修正しています。
Merge pull request #26402 from mtsmfm/remove-dead-constants
activesupport/lib/active_support/multibyte/unicode.rbの修正です。
使用されていないunicode用の定数をまとめて削除しています。
Merge pull request #26659 from y-yagi/remove_mongrel_once_again
railties/lib/rails/commands/server/server_command.rbの修正です。
Remove the word "mongrel" from documentsでRailsのdoc、コード無いからmongrelをすべて削除したのですが、Initial Rails Commands Infrastructureの際に戻ってしまっていた箇所があったので、再度削除しています。
Fix typo in 5_0_release_notes.md doc [ci skip]
rails guideのRuby on Rails 5.0 Release Notesの修正です。
古い mysql adapterのサポートを削除した対応(Remove legacy mysql adapter)へのリンクが壊れてしまっていたのを修正しています。