なるようになるブログ

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

rails commit log流し読み(2015/11/15)

2015/11/15分のコミットです。

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


rollback changes to changelog

guides/CHANGELOG.mdの修正です。

Document time testing helpers · rails/rails@06adda5で追加された、testing guideのTesting Time-Dependent Codeセクション追加に関するエントリーを削除しています。

これは何だろう。エントリー書くほどの対応では無かったから、とかかなあ。

[追記] docrails上でCHANGELOGの修正をしてはいけない、というルールがある為、revertされたとの事です。 spikeolafさんに教えて頂きました。有難う御座います! [/追記]


adding missing .

actionpack/lib/abstract_controller/callbacks.rbのdocの修正です。

AbstractController::Callbacks moduleの各メソッドのdocで、終端に.が無かった箇所があったので、追加しています。


[ci skip] Use full component name in public API document

actionview/lib/action_view/renderer/renderer.rbのdocの修正です。

ActionView::Renderer#renderメソッドのdocでAction View、Action ControllerをそれぞれAVAC`と記載していたのを、正しくAction View、Action Controllerと記載するよう修正しています。


[ci skip] Fix in doc

actionpack/lib/action_controller/metal/conditional_get.rbのdocの修正です。

fresh_whenのdoc内、等幅フォントの表示に+を使用していたのを<tt>を使用するよう修正しています。

-    # calling +maximum(:updated_at)+ on the collection (the timestamp of the
+    # calling <tt>maximum(:updated_at)</tt> on the collection (the timestamp of the

丸括弧があると+だと駄目なんですねえ。