なるようになるブログ

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

rails commit log流し読み(2014/11/13)

2014/11/13分のコミットです。

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


Improve railties changelog entry and move latest to the top [ci skip]

railties/CHANGELOG.mdの修正です。

最新のCHANGELOGを先頭に移動しています。


Abstract encoding strategy for ActiveSupport::MessageVerifier

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

verifygenerateメソッド内で直接行っていたdecode/encode処理をメソッドに切り出しています。

ActiveSupport::MessageVerifierを継承して独自のencode処理を行えるようにする為との事です。