2015/02/28分のコミットです。
CHANGELOGへの追加はありませんでした。
Guides mistake about page caching.
rails guideのCaching with Rails: An overviewの修正です。
Page Cachingが削除された事を説明している箇所に、DHH's key-based cache expiration overviewへのリンクがあったのですが、この記事はPage Cachingとは関係無い内容だという事で、リンクを削除しています。
ActiveSupport::Deprecation.warnメソッドを使用していないファイルからrequire 'active_support/deprecation'を削除しています。
Don't recommend to precompile all assets
rails guideのThe Asset Pipelineの修正です。
assetsファイルを全てprecompile する方法について説明した箇所を削除しています。処理がとても遅く、おすすめしないアプローチのため。
Add changelog for #15549 fix [skip ci]
activerecord/CHANGELOG.mdの修正です。
Unbounded memory growth when creating lots of AR objects inside transactionの対応についてCHANGELOGについて追加しています。
Remove reference to workingwithrails.com since it is being retired
rails guideのRails Internationalization (I18n) APIの修正です。
既に存在しないworkingwithrails へのリンクを削除しています。
[ci skip] Fix table of 4_1_release_notes.md
rails guideのRuby on Rails 4.1 Release Notesの修正です。
Action Controllerから削除された定数の一覧の表のフォーマットが崩れていたのを修正しています。
Update documentation examples for String#remove [skip ci]
activesupport/lib/active_support/core_ext/string/filters.rbのdocの修正です。
String#removeメソッドのdoc内のexampleに、スペース区切りで複数の値を渡した場合のexampleを追加しています。
[ci skip] Replace ActiveResource with Active Resource
rails guideのActive Support Instrumentationの修正です。
ActiveResource -> Active Resourceに表記を修正しています。
rails guideのActive Support Instrumentationの修正です。
render_partial.action_viewのexampleにあった不要な,を削除しています。
[skip ci] Add documentation for String#is_utf8? method
activesupport/lib/active_support/core_ext/string/multibyte.rbのdocの修正です。
String#is_utf8?メソッドのdocを追加しています。
Spell PostgreSQL correctly :elephant:
activerecord/lib/active_record/connection_handling.rb、
activerecord/lib/active_record/relation/calculations.rbのdocの修正です。
Postgresql -> PostgreSQL に表記を修正しています。
add ActiveJob::TestCase to list of classes providing for test [ci skip]
rails guideのA Guide to Testing Rails Applicationsの修正です。
railsが提供しているテスト用のクラスの一覧にActiveJob::TestCaseを追加しています。