PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

ActiveRecord::Dichiarazione non valida. Errore PG

tutto ciò di cui aveva bisogno era

 task "resque:setup" => :environment do
  #ENV['QUEUE'] = '*'

  Resque.before_fork = Proc.new { ActiveRecord::Base.establish_connection }
 end

nel tuo resque.rake file