なるようになるブログ

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

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

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

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


Edited comment from request.rb

actionpack/lib/action_dispatch/http/request.rbのdocの修正です。

send_early_hintsメソッドのdocのグラマーの修正を行っています。


Allow third-party previewers/analyzers to customize their tempdirs

activestorage/lib/active_storage/downloading.rbactivestorage/lib/active_storage/previewer.rbの修正です。

独自のpreviewers/analyzersでtempdirをカスタマイズ出来るよう、tempdirの取得処理をメソッド(tempdir)に切り出しています。


Remove unused classes

activerecord/lib/active_record/associations.rbの修正です。

使用していないエラー用のクラスを削除しています。


Specify bundler version in template files

bug report templatesの修正です。

Remove bundler 1.16.0 でCI上でbunlder 1.15.4を使用するよう対応したのですが、何故かまだ1.16.0が使われてしまうケースがある為、templateに直接bundler 1.16.0未満を使うようバージョン指定(gem "bundler", "< 1.16")を記載しています。


Revert "Merge pull request #31025 from y-yagi/follow_up_31023_part2"

CI上で既にインストール済みのbunlderをuninstallするよう対応した、Remove bundler 1.16.0をRevertしています。templateに直接バージョン指定を記載するようにし、uninstallする必要が無くなった為。