Skip to content
  • Hartley McGuire's avatar
    9a297fb9
    Fix NoMethodError in dev.rb when skip-active-job · 9a297fb9
    Hartley McGuire authored
    config.active_jobs.verbose_enqueue_logs was [added][1] to the
    development.rb template, but it was put inside the skip-active-record
    block. This means that it will be included in generated development.rb
    even when Active Job is skipped.
    
    This commit fixes this issue by moving it outside of the
    skip-active-record check and into its own skip-active-job check.
    
    [1]: f6d56fed
    9a297fb9
    Fix NoMethodError in dev.rb when skip-active-job
    Hartley McGuire authored
    config.active_jobs.verbose_enqueue_logs was [added][1] to the
    development.rb template, but it was put inside the skip-active-record
    block. This means that it will be included in generated development.rb
    even when Active Job is skipped.
    
    This commit fixes this issue by moving it outside of the
    skip-active-record check and into its own skip-active-job check.
    
    [1]: f6d56fed
Loading