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)へのリンクが壊れてしまっていたのを修正しています。