なるようになるブログ

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

rails commit log流し読み(2015/04/25)

2015/04/25分のコミットです。

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


Merge pull request #19236 from sshaw/more_tagged_logging_docs

guides/source/configuring.mdrailties/lib/rails/rack/logger.rbのdocの修正です。

Rack::Logger#initializeメソッドtaggersオプションに指定出来る値についての説明をdocに追加しています。


[ci skip] Rework docs, add examples on deprecation proxies

activesupport/lib/active_support/deprecation/proxy_wrappers.rbのdocの修正です。

ActiveSupport::Deprecationクラス配下の各Proxyクラスのdocの書き直し、及びexampleの追加を行っています。


Do not show --helper and --assets options in the controller generator help

railties/lib/rails/generators/rails/controller/controller_generator.rbの修正です。

controlerのgenerateオプションに--helper--assetsオプションが表示されないよう修正しています。表示はされていたものの、実際は動作していなかった為、との事です。


Why do we add a top-level constant here?

actionpack/test/controller/routing_test.rbrailties/test/path_generation_test.rbの修正です。

何故かtop levelに定義されていたROUTING定数を削除しています。


:put_litter_in_its_place: Unused method

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

使用していないview_with_controllerメソッドを削除しています。


:put_litter_in_its_place: Unused methods

actionview/test/activerecord/form_helper_activerecord_test.rbactionview/test/template/date_helper_test.rbの修正です。

使用していないメソッドを削除しています。


Minor edits to the "Action View Overview" guide

rails guideのAction View Overviewの修正です。

View Pathsの項について、長すぎる行について適切な位置に改行を追加、example codeがシンタックスハイライトされるよう修正、等を行っています。