Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split ORM Logic to core [NEW] #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

yelled3
Copy link
Contributor

@yelled3 yelled3 commented Jun 5, 2014

another try for: #4

@seuros /cc

@yelled3 yelled3 mentioned this pull request Jun 5, 2014
end
end

module Sidekiq
module ActiveRecord
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we nest ActiveRecord into Orm ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mperham , What do you think ? Should we nest all Orm modules under Orm to not bloat the Sidekiq Namespace ?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please don't use the Sidekiq module directly. You should use your own base module: SidekiqOrm or similar.

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

Successfully merging this pull request may close these issues.

3 participants