Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #69 from seuros/patch-2 | David Heinemeier Hansson | 2014-05-29 | 1 | -1/+9 | |
| |\ \ | | | | | | | | | Update README.md | |||||
| | * | | Update README.md | Abdelkader Boudih | 2014-05-29 | 1 | -1/+9 | |
| |/ / | | | | | | | | | | Documented enqueue_at and enqueue_in | |||||
| * | | Merge pull request #68 from seuros/patch-2 | David Heinemeier Hansson | 2014-05-29 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Update README.md | |||||
| | * | | Update README.md | Abdelkader Boudih | 2014-05-29 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #67 from seuros/patch-1 | David Heinemeier Hansson | 2014-05-26 | 1 | -4/+0 | |
| |\ \ | | |/ | |/| | Update README.md | |||||
| | * | Update README.md | Abdelkader Boudih | 2014-05-26 | 1 | -4/+0 | |
| |/ | | | | | We will add it when a stable version is out. | |||||
| * | Merge pull request #64 from kalmanh/ruby_19_style_hashes | Rafael Mendonça França | 2014-05-23 | 1 | -2/+2 | |
| |\ | | | | | | | Change to 1.9 symbol-hash syntax | |||||
| | * | Change to 1.9 symbol-hash syntax | Kalman Hazins | 2014-05-23 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #62 from DouweM/patch-3 | David Heinemeier Hansson | 2014-05-23 | 3 | -6/+18 | |
| |\ | | | | | | | Don't swallow unhandled exceptions. | |||||
| | * | Don't swallow unhandled exceptions. | Douwe Maan | 2014-05-23 | 3 | -6/+18 | |
| |/ | ||||||
| * | No need for the ClassMethods module | David Heinemeier Hansson | 2014-05-22 | 1 | -6/+3 | |
| | | ||||||
| * | Rename #perform_with_hooks to #execution | David Heinemeier Hansson | 2014-05-22 | 13 | -16/+16 | |
| | | ||||||
| * | Add exception handling with built-in retry options | David Heinemeier Hansson | 2014-05-22 | 5 | -1/+52 | |
| | | ||||||
| * | Standardize on "arguments" for everything -- no more "paramters" | David Heinemeier Hansson | 2014-05-22 | 7 | -49/+49 | |
| | | ||||||
| * | Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵ | David Heinemeier Hansson | 2014-05-22 | 17 | -54/+204 | |
| | | | | | | | | methods return a job instance | |||||
| * | Change logging on perform to read more naturally | David Heinemeier Hansson | 2014-05-22 | 2 | -2/+2 | |
| | | ||||||
| * | Hide the instrumentation mechanics a little better | David Heinemeier Hansson | 2014-05-22 | 2 | -5/+14 | |
| | | ||||||
| * | Fix the script | Rafael Mendonça França | 2014-05-22 | 1 | -1/+0 | |
| | | ||||||
| * | Add travis configuration | Rafael Mendonça França | 2014-05-22 | 1 | -0/+30 | |
| | | ||||||
| * | Merge pull request #57 from seuros/railtie | Rafael Mendonça França | 2014-05-22 | 3 | -0/+13 | |
| |\ | | | | | | | Active Job Railtie | |||||
| | * | Railtie hook on ActiveJob::Base | Abdelkader Boudih | 2014-05-22 | 3 | -3/+5 | |
| | | | ||||||
| | * | Active Job Railtie | Abdelkader Boudih | 2014-05-21 | 1 | -0/+11 | |
| | | | ||||||
| * | | Merge pull request #58 from cristianbica/logging-tests | David Heinemeier Hansson | 2014-05-22 | 3 | -3/+52 | |
| |\ \ | | | | | | | | | Added tests for logging | |||||
| | * | | Added tests for logging | Cristian Bica | 2014-05-22 | 3 | -3/+52 | |
| |/ / | ||||||
| * | | Merge pull request #56 from seuros/dry | Rafael Mendonça França | 2014-05-21 | 1 | -2/+4 | |
| |\ \ | | | | | | | | | DRY in helper.rb | |||||
| | * | | DRY | Abdelkader Boudih | 2014-05-21 | 1 | -2/+4 | |
| |/ / | ||||||
| * | | Show which adapter the tests are currently run for | David Heinemeier Hansson | 2014-05-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #53 from DouweM/performing-module | David Heinemeier Hansson | 2014-05-21 | 13 | -34/+54 | |
| |\ \ | | | | | | | | | Don't deserialize parameters in individual adapters. | |||||
| | * | | Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency. | Douwe Maan | 2014-05-21 | 10 | -20/+20 | |
| | | | | ||||||
| | * | | Don't deserialize parameters in individual adapters. | Douwe Maan | 2014-05-21 | 13 | -14/+34 | |
| |/ / | | | | | | | | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier. | |||||
| * | | Merge pull request #54 from larrylv/log-serialized-args | David Heinemeier Hansson | 2014-05-21 | 1 | -3/+4 | |
| |\ \ | | | | | | | | | Ensure we are logging the serialized args. | |||||
| | * | | Ensure we are logging the serialized args. | Larry Lv | 2014-05-21 | 1 | -3/+4 | |
| |/ / | ||||||
| * | | Merge pull request #52 from seuros/logger | Rafael Mendonça França | 2014-05-20 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Use ActiveJob::Base.logger instead ActiveJob::Logging.logger | |||||
| | * | | Use ActiveJob::Base.logger instead ActiveJob::Logging.logger | Abdelkader Boudih | 2014-05-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Humanely readable timestamp for logging | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Make it clear that the later test is skipped for adapters that do not ↵ | David Heinemeier Hansson | 2014-05-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | implement it | |||||
| * | | | Style | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Highlight difference by placing addition at the end | David Heinemeier Hansson | 2014-05-20 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Style | David Heinemeier Hansson | 2014-05-20 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Clarify control flow | David Heinemeier Hansson | 2014-05-20 | 1 | -3/+8 | |
| | | | | ||||||
| * | | | Collapse LogSubscriber into Logging | David Heinemeier Hansson | 2014-05-20 | 2 | -29/+26 | |
| | | | | ||||||
| * | | | DRY up the two event loggings | David Heinemeier Hansson | 2014-05-20 | 1 | -14/+14 | |
| | | | | ||||||
| * | | | Merge pull request #35 from mperham/enqueue_at | David Heinemeier Hansson | 2014-05-20 | 14 | -9/+105 | |
| |\ \ \ | | |/ / | |/| | | Implement enqueue_at/enqueue_in | |||||
| | * | | mergy | Mike Perham | 2014-05-20 | 2 | -1/+1 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | Merge pull request #50 from seuros/readme | Guillermo Iguaran | 2014-05-20 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | | | Update Readme.md | |||||
| | * | | | Update Readme.md | Abdelkader Boudih | 2014-05-20 | 1 | -0/+1 | |
| | | |/ | | |/| | ||||||
| * / | | Remove stray ## | David Heinemeier Hansson | 2014-05-20 | 1 | -1/+0 | |
| |/ / | ||||||
| | * | Remove unnecessary comment | Mike Perham | 2014-05-20 | 1 | -1/+0 | |
| | | | ||||||
| | * | Switch to NIE | Mike Perham | 2014-05-20 | 1 | -6/+1 | |
| | | | ||||||
| | * | cleanup | Mike Perham | 2014-05-20 | 1 | -7/+3 | |
| | | |