2015/03/13分のコミットです。
CHANGELOGへの追加はありませんでした。
Use a more conservative const_get over constantize
activejob/lib/active_job/queue_adapter.rbの修正です。
QueueAdapter#load_adapterメソッドでadapterクラスを取得する際、定数名の取得にconst_getメソッドを取得するよう修正しています。
Fix typo in the “Testing Your Mailers” docs
rails guideのA Guide to Testing Rails Applicationsの修正です。
Keeping the Postman in Checkの項のグラマーの修正を行っています。
[CI SKIP] Correct output of options_for_select
actionview/lib/action_view/helpers/form_options_helper.rbのdocの修正です。
options_for_selectのexampleの出力例が、実際の出力と異なっていたのを修正しています。
actionpack/lib/action_controller/metal/head.rbの修正です。
headメソッドが通常終了時にfalseを返していたのを,trueを返すよう修正しています。
head :ok and return if
という書き方が出来なくなってしまっていたので、修正したとの事です。
[ci skip] correct output of select
actionview/lib/action_view/helpers/form_options_helper.rbのdocの修正です。
selectメソッドのexampleの出力例が実際の結果と異なっていたのを修正しています。
activejob/lib/active_job/queue_adapter.rb、activejob/lib/active_job/queue_adapters.rbの修正です。
adapterクラスを取得するメソッド名をload_adapterからlookup変更しています。
"クラス名"を取得するだけなので、lookupが適切な名前なのでは、という事で変更になったようです。
Update sprockets links to point to rails org
各docの修正です。
sprockets、execjsのgithubへのリンクをそれぞれ、https://github.com/sstephenson/sprockets -> https://github.com/rails/sprockets、https://github.com/sstephenson/execjs -> https://github.com/rails/execjsに修正しています。
Merge pull request #19291 from hired/return-truthy-value-from-head