なるようになるブログ

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

rails commit log流し読み(2014/09/12)

2014/09/12分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

activesupport/CHANGELOG.md


Bump globalid version

activejob/activejob.gemspecの修正です。

globalidのバージョンを0.3.0にあげています。


[ci skip] #find_in_batches doesn't support :include option

rails guideのActive Record Query Interfaceの修正です。

guide内でfind_in_batchesメソッドincludeオプションを使用してたのですが、実際はincludeオプションはサポートしてないので、削除しています。


lock suckerpunch version to 1.1

Gemfileの修正です。

suckerpunchのバージョンを1.1に固定しています。


Revert "lock suckerpunch version to 1.1"  

‥と思ったらバージョン固定のコミットをrevertしています。

suckerpunchの新しいバージョンがリリース済みな為との事です。


MessageVerifier raises an appropriate exception if the secret is nil

activesupport/lib/active_support/message_verifier.rbの修正です。

MessageVerifier.newが引数のsecretがnilだった場合、ArgumentErrorをraiseするよう修正しています。