なるようになるブログ

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

rails commit log流し読み(2017/10/03)

2017/10/03分のコミットです。

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


rails-ujs: Update README

actionview/app/assets/javascripts/README.mdの修正です。

README全体のフォーマットや言い回しの修正等を行っています。


Add test case for font_url

actionview/test/template/asset_tag_helper_test.rbの修正です。

font_urlメソッドについてのテストを追加しています。


Associate blobs with their attachments

activestorage/app/models/active_storage/blob.rbの修正です。

ActiveStorage::Blobクラスからattachmentsへのassociation(has_many :attachments)を設定しています。