なるようになるブログ

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

rails commit log流し読み(2016/12/17)

2016/12/17分のコミットです。

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


Bump coffee-script-source to fix bug

Gemfile.lockの修正です。

coffee-script-sourceのバージョンを1.22.2に更新しています。

1.22.1CoffeeScript Compilerがundefinedになっている中々強烈なバグがあり、yankになっている為最新のバージョンを使用する為に更新したとの事です。


[ci skip] add a section explaining command line arguments for generators

rails guideのCreating and Customizing Rails Generators & Templatesの修正です。

Adding Command Line Argumentsの項を追加し、generatorに引数を渡すやり方についての説明を追加しています。


Change ActiveModel::Type::Helpers to :nodoc: [ci skip]

Active Modelのdocの修正です。

ActiveModel::Type::Helpers module配下のmoduleもdocを生成しないよう、各moduleに:nodoc: allを指定しています。


Add missing option on numbers helper

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

number_with_delimiterメソッドのdocに不足していた:delimiter_patternオプションについての説明を追加しています。