-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
I updated setup info in README to include Rails 3 #41
Open
brandondrew
wants to merge
352
commits into
tobi:master
Choose a base branch
from
brandondrew:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Moved specific backend tests to a backend directory * Conditionally testing mongo adapter * Renamed mongo to mongo_mapper since there are other mongo ORMs
* Added tests for limit in find_available * Added priority back in to MM backend and added tests * Modified MM to query more efficiently Worked on by: dresselm, belzerz
* moneypools/master: Bugfix: No update_attribute in mongo_mapper Pushing new gemspec to make bundler happier Adding very important indexes. Can't believe I forgot them Updating MongoMapper backend Updates to the backend test structure Conflicts: delayed_job.gemspec
…ore and after forking the background process
This reverts commit cff0fd2.
…d_job * 'v2.1-per-job-retry' of https://github.com/Viximo/delayed_job: Job payloads may implement #max_attempts to control how many times they are retried
* 'master' of https://github.com/elomar/delayed_job: Inject behavior into ActionMailer only after it's loaded
* 'master' of https://github.com/sekrett/delayed_job: Documentation patch for actionmailer example
…rd backend now that .reserve is doing it in one step." This reverts commit 3121164.
…operate in a test mode. When delay_jobs=false, all jobs are executed realtime; delay_jobs=true gives normal behavior with database backend.
…operate in a test mode. When delay_jobs=false, all jobs are executed realtime; delay_jobs=true gives normal behavior with database backend.
…10 incompatibility).
…ld be made compatible with both.
…of the repo for a gem.
…based yaml loading.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If I come across any more outdated info I'll try to update that too