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