なるようになるブログ

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

rails commit log流し読み(2014/06/29)

2014/06/29分のコミットです。

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


[Postgresql tests] remove duplicate helper

activerecord/test/cases/adapters/postgresql/uuid_test.rbの修正です。

重複しているヘルパーメソッドを削除しています。


Merge branch 'master' of github.com:rails/docrails

rails guideのThe Rails Initialization Processの修正です。

ピリオドとセミコロンの追加を行っています。


Add punctuation and fix capitalization in Getting Started guide

rails guideのGetting Started with Railsの修正です。

こちらもピリオドとセミコロンの追加を行っています。


[ci skip] Fix router option reference in 4.2 release notes.

rails guideのRuby on Rails 4.2 Release Notesの修正です。

router optionが誤っていたのを修正しています。


Merge pull request #15962 from sgrif/sg-types-for-defaults

ActiveRecordのConnectionAdapterの修正です。

Quotingmoduleのtype_castメソッドでcolumnの:cast_typeの確認処理を行っていたのですが、その確認処理を消しています。columnがnilの場合に問題があったようです。