2014/06/19分のコミットです。
CHANGELOGへの追加はありませんでした。
Create custom errors page on ActionController guides
rails guideのAction Controller Overviewの修正です。
Custom errors pageの項を追加しています。
config.exceptions_app = self.routesを設定する方法ってguideにのってなかったんですねえ。
this method is no longer being used
activerecord/lib/active_record/connection_adapters/postgresql_adapter.rbの修正です。
使用していないsupports_insert_with_returning?メソッドを削除しています。
Remove unused block parameter from #gsub call in AM::MailHelper#block_format
ActionMailer::MailHelper#block_formatメソッドの修正です。
使用していないブロックパラメータを削除しています。