Skip to content

easy way to use the ActiveRecord connection instead of a separate Sequel one #126

Description

@senny

queue_classic is extremely awesome! I think the integration with Rails could be improved though. Most Rails apps use ActiveRecord and last time I checked there is no easy way to share the connection with QC. this would immediately yield the following benefits:

  • zero config integration with rails
  • share transaction scope (allows to roll-back jobs inserted in a transaction when things go wrong)

I would be willing to work up a PR to make this integration as smooth as possible. What do you think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions