なるようになるブログ

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

rails commit log流し読み(2017/08/19)

2017/08/19分のコミットです。

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


Remove Active Storage code climate config file

activestorage/.codeclimate.ymlを削除しています。

ルートディレクトリに.codeclimate.ymlがあり、こちらのファイルは使用されていない為。


Add Yarn installation instructions for Active Storage

rails guideのDevelopment Dependencies Installの修正です。

Active Storage Setupの項を追加しています。Active Storageではyarnを使用しているので、yarnのインストール方法についての説明が記載されています。


Cleanup development_dependencies_install.md

rails guideのDevelopment Dependencies Installの修正です。

各項のグラマーの修正を行っています。


Use https instead of http or git in guide [ci skip]

rails guideのDevelopment Dependencies Installの修正です。

Git homepagePro Git へのリンクがhttpになっていたのを、まとめてhttpsに修正しています。


Use ssl in guide and comment [ci skip]

各guide、docの修正です。

GitHubへのリンクがhttpになっていた箇所をhttpsにまとめて修正しています。


Remove unused require

railties/lib/rails/test_unit/line_filtering.rbの修正です。

使用していないmethod_sourceのrequireを削除しています。


fix typo in ambiguous route definition error message

actionpack/lib/action_dispatch/routing/mapper.rbの修正です。

routingにroute pathと:pathオプションを両方指定した場合のエラーメッセージをタイポしていたのを修正しています。


Fix can't modify frozen String error in an AR test

activerecord/test/cases/adapter_test.rbの修正です。

test_log_invalid_encodingString#force_encodingを呼び出している箇所で、force_encodingを呼び出す前に元の値をdupするよう修正しています。 dupしないとcan't modify frozen Stringでエラーになってしまう為。


Fix doc format in Active Storage Setup [ci skip]

rails guideのDevelopment Dependencies Installの修正です。

Active Storage Setupの項、コードフォーマットを表示するのにバッククォートが一つ足りなかったのを追加しています。