1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Rails 4 is supported

This commit is contained in:
Mike Perham 2013-09-22 14:05:41 -07:00
parent a7b422af9b
commit da28906e3a

View file

@ -220,7 +220,7 @@ module Sidekiq
if !File.exist?(options[:require]) ||
(File.directory?(options[:require]) && !File.exist?("#{options[:require]}/config/application.rb"))
logger.info "=================================================================="
logger.info " Please point sidekiq to a Rails 3 application or a Ruby file "
logger.info " Please point sidekiq to a Rails 3/4 application or a Ruby file "
logger.info " to load your worker classes with -r [DIR|FILE]."
logger.info "=================================================================="
logger.info @parser