なるようになるブログ

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

rails commit log流し読み(2015/03/07)

2015/03/07分のコミットです。

CHANGELOGへの追加はありませんでした。


Updated documentation of CollectionProxy#clear [ci skip]

activerecord/lib/active_record/associations/collection_proxy.rbのdocの修正です。

CollectionProxy#clearのdocに、delete_allメソッドを実行する為、updated_atカラムが更新されない旨説明を追加しています。


Fix leaky only: … option for Active Job assertions

activejob/lib/active_job/test_helper.rbの修正です。

perform_enqueued_jobsメソッドqueue_adapter.filterの値を変更しているにも関わらず、元に戻す処理が無かったので、追加しています。


Doc fix [ci skip]

tools/line_statisticsのdocの修正です。

calculates -> calculateにスペルを修正しています。


Doc fix [ci skip]

activerecord/lib/active_record/associations/through_association.rbのdocの修正です。

ThroughAssociation#target_scopeメソッド内のdocの、has -> haveにグラマーの修正を行っています。


Merge pull request #19234 from sivsushruth/doc_fix


[ci skip] Fix AS and AR to full name

Gemfileのコメントの修正です。

Gemfile内のコメントにあった ASActiveSupportに、ARActiveRecordに、それぞれ略語の正式名に修正しています。


update integration test example as is not output deprecation warning [ci skip]

actionpack/lib/action_dispatch/testing/integration.rbのdocの修正です。

integration testのexampleでdeprecateなメソッドを使用していたのを、使用しないよう修正しています。


Doc fix [ci skip]

activesupport/lib/active_support/core_ext/hash/keys.rbのdocの修正です。

Hashクラス内のコメントのスペル修正(convert -> converts)を行っています。


Doc fixes [ci skip]

ActiveSupportのdocの修正です。

複数ファイルのdocのスペルミスの修正をまとめて行っています。