• T
    Added queue_name_delimiter attribute. · 11ab04b1
    Terry Meacham 提交于
    - Added ActiveJob::Base#queue_name_delimiter to allow for
      developers using ActiveJob to change the delimiter from the default
      ('_') to whatever else they may be using (e.g., '.', '-', ...).
    
    - Updated source guide to include a blurb about the delimiter.
    11ab04b1
queue_naming_test.rb 2.9 KB