なるようになるブログ

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

rails commit log流し読み(2014/10/01)

2014/10/01分のコミットです。

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


Update single table inheritance link anchor

rails guideのActive Record Basicsの修正です。

"Single Table Inheritance."のAPI docへのリンクが誤っていたのを修正しています。


Generate the application pointing to rails-dom-testing master

railties/lib/rails/generators/rails/app/templates/Gemfileの修正です。

rails-dom-testingを追加しています。rails-dom-testingの更新版がリリースされるまでの一次対応との事です。


In render file, by default the current layout is rendered always

rails guideのLayouts and Rendering in Railsの修正です。

layoutファイルのレンダリングについての説明が誤っていたのを修正しています。


use tr instead of gsub when possible

actionview/lib/action_view/template.rbactiverecord/lib/active_record/connection_adapters/connection_specification.rbの修正です。

正規表現を使わないただ只の文字列置換でgsubを使用していたのを、trを使用するよう修正しています。