なるようになるブログ

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

rails commit log流し読み(2017/01/29)

2017/01/29分のコミットです。

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


restore delivery_method after test

actionmailer/test/parameterized_test.rbの修正です。

テストの前処理で変更したActionMailer::Base.delivery_methodを後処理で正しく戻せてなかったのを修正しています。


[ci skip] other -> order; expand ivar

actionmailer/lib/action_mailer/parameterized.rbのdocの修正です。

ActionMailer::Parameterized moduleのdoc内のタイポを修正、及びivarinstance variableに修正しています。


bundle update some gems

Gemfile.lockの修正です。

bundle updateを実行しています。


Missing require ‘active_support/core_ext/hash/keys’

activesupport/test/number_helper_i18n_test.rbの修正です。

不足していたactive_support/core_ext/hash/keysのrequireを追加しています。


delayed_job and delayed_job_active_record gems with AR5 support are available

Gemfileの修正です。

delayed_jobdelayed_job_active_recordGitHubリポジトリを指定していたのを、リリース済みのgemを使用するよう修正しています。Active Record 5対応が既にリリース済みで、リポジトリを直接指定する必要が無い為。