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

Dumb back-end for immediate processing #36

Merged
merged 1 commit into from
Nov 28, 2011
Merged

Conversation

sumskyi
Copy link
Contributor

@sumskyi sumskyi commented Nov 28, 2011

can be useful in test or development environments

as described #6 (comment)

bkeepers added a commit that referenced this pull request Nov 28, 2011
Dumb back-end for immediate processing
@bkeepers bkeepers merged commit 821de23 into bkeepers:master Nov 28, 2011
@bkeepers
Copy link
Owner

Sweet, I love it. What do you think about just including it in qu proper, instead of having it in a separate gem? I can't decide.

@sumskyi
Copy link
Contributor Author

sumskyi commented Nov 28, 2011

Yes, it is better to not having this as separated gem, and do not force Qu.backend = Qu::Backend::Immediate.new like I did

@sumskyi
Copy link
Contributor Author

sumskyi commented Nov 28, 2011

but, it is easy to use

group :development, :test do
  gem 'qu-immediate'
end

group :production do
  gem 'qu-mongo'
end

And no configuration needed.

So, I can't decide :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants