The Wayback Machine - https://web.archive.org/web/20200917045944/https://github.com/topics/activejob
Skip to content
#

activejob

Here are 54 public repositories matching this topic...

thelucid
thelucid commented Jun 19, 2014

I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.

Error:

NoMethodError: undefined method `relation_delegate_class' for Comment:Module

Example:

class Post::Base < ActiveRecord::Base
  self.table_name = 'posts'
end

class Post::Special < Post::Base
  has

Inquiries Maker Rails 5.2.3 application. Uses RabbitMQ as message broker/queuer, Sneakers as an ActiveJob adapter for background jobs/workers and Postgres as database. Each entity runs in its own docker container. Orchestrated with docker-compose, for production or staging. But it also has a Capistrano setup for a lesser production server.

  • Updated Sep 17, 2020
  • Ruby

Improve this page

Add a description, image, and links to the activejob topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the activejob topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.