Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move activemodel-globalid dependency to gemspec | David Heinemeier Hansson | 2014-05-19 | 3 | -10/+5 | |
| * | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+5 | |
| |\ | ||||||
| | * | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+5 | |
| * | | No need to qualify the Parameters class with the namespace | David Heinemeier Hansson | 2014-05-19 | 5 | -5/+5 | |
| * | | Inline the job wrappers | David Heinemeier Hansson | 2014-05-19 | 8 | -70/+48 | |
| |/ | ||||||
| * | Use markdown instead of rdoc | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+0 | |
| * | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 16 | -11/+157 | |
| * | Spacing | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+2 | |
| * | Extract QueueName into its own module | David Heinemeier Hansson | 2014-05-19 | 2 | -13/+14 | |
| * | Fix for the new adapter setter | David Heinemeier Hansson | 2014-05-19 | 2 | -2/+2 | |
| * | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 10 | -5/+146 | |
| |\ | ||||||
| | * | Merge pull request #9 from cristianbica/delayed_job_adapter | David Heinemeier Hansson | 2014-05-19 | 10 | -5/+146 | |
| | |\ | ||||||
| | | * | Modified readme | Cristian Bica | 2014-05-19 | 1 | -1/+1 | |
| | | * | Implemented delayed job | Cristian Bica | 2014-05-19 | 9 | -4/+145 | |
| | |/ | ||||||
| * / | Extract QueueAdapter module for setting and looking up adapters | David Heinemeier Hansson | 2014-05-19 | 7 | -14/+35 | |
| |/ | ||||||
| * | Dont need the explicit error handling -- if the require fails, it will raise ... | David Heinemeier Hansson | 2014-05-19 | 2 | -26/+2 | |
| * | Merge pull request #10 from seuros/master | David Heinemeier Hansson | 2014-05-19 | 8 | -8/+67 | |
| |\ | ||||||
| | * | Lazy-load adapters, fixes #6 | Abdelkader Boudih | 2014-05-18 | 8 | -8/+67 | |
| * | | List adapters supported and wanted | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+15 | |
| * | | With dependencies for Sidekiq and Sucker Punch | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+14 | |
| * | | Merge pull request #5 from seuros/master | David Heinemeier Hansson | 2014-05-18 | 10 | -4/+61 | |
| |\| | ||||||
| | * | Add Sucker Punch adapter/wrapper | Abdelkader Boudih | 2014-05-18 | 6 | -2/+31 | |
| | * | Correct typo in version.rb | Abdelkader Boudih | 2014-05-18 | 1 | -1/+1 | |
| | * | Add Sidekiq adapter/wrapper fixes #3 | Abdelkader Boudih | 2014-05-18 | 6 | -3/+31 | |
| |/ | ||||||
| * | Merge pull request #1 from charliesome/patch-1 | David Heinemeier Hansson | 2014-05-18 | 1 | -9/+3 | |
| |\ | ||||||
| | * | Clean up JobWrappers::ResqueWrapper.perform | Charlie Somerville | 2014-05-19 | 1 | -9/+3 | |
| |/ | ||||||
| * | Queue naming with a base, which requires a JobWrapper to comply to Resques ex... | David Heinemeier Hansson | 2014-05-18 | 5 | -5/+64 | |
| * | Add ResqueAdapter and provide test infrastructure for the now multiple adapters | David Heinemeier Hansson | 2014-05-18 | 9 | -10/+76 | |
| * | Rename to InlineAdapter to match *Adapter form, even if the queue is embedded... | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+11 | |
| * | Simplest job and inline queue | David Heinemeier Hansson | 2014-05-18 | 4 | -2/+37 | |
| * | Run tests through Rake | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+27 | |
| * | Skeleton gem | David Heinemeier Hansson | 2014-05-18 | 12 | -0/+184 | |
* | Merge pull request #16456 from lsylvester/improve-active-record-error-message... | Santiago Pastorino | 2014-08-11 | 2 | -1/+8 | |
|\ | ||||||
| * | update error message to reflect that the record could have been destroyed | lsylvester | 2014-08-11 | 2 | -1/+8 | |
|/ | ||||||
* | Merge pull request #16300 from vast/mention-changes-to-nil-serialization-in-u... | Godfrey Chan | 2014-08-10 | 1 | -1/+5 | |
|\ | ||||||
| * | [ci skip] Clarify the "Serialized Attributes" section | Vasily Polovnyov | 2014-07-26 | 1 | -1/+2 | |
| * | [ci skip] Mention the change in nil handling for serialized attributes | Vasily Polovnyov | 2014-07-26 | 1 | -0/+3 | |
* | | Merge pull request #16453 from reshleman/re-cleanup-guides-guidelines | Zachary Scott | 2014-08-10 | 1 | -12/+10 | |
|\ \ | ||||||
| * | | Cleanup Guides Guidelines [ci skip] | Robert Eshleman | 2014-08-10 | 1 | -12/+10 | |
|/ / | ||||||
* | | Merge pull request #16451 from y-yagi/patch-2 | Zachary Scott | 2014-08-10 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | [ci skip] Fix sample code in engines guide | yuuji.yaginuma | 2014-08-10 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #16441 from tomkadwill/activerecord_associations_options_p... | Santiago Pastorino | 2014-08-09 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | [ci skip] Changed options to +options+ for rdoc | Tom Kadwill | 2014-08-09 | 1 | -4/+4 | |
* | | | Merge pull request #16440 from tgxworld/pass_log_in_block | Santiago Pastorino | 2014-08-09 | 1 | -4/+6 | |
|\ \ \ | ||||||
| * | | | Pass block for logging. | Guo Xiang Tan | 2014-08-09 | 1 | -4/+6 | |
* | | | | Merge pull request #16439 from voxxit/patch-1 | Santiago Pastorino | 2014-08-09 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Using delegated connection method | Joshua Delsman | 2014-08-08 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #16443 from duccioarmenise/patch-1 | Vijay Dev | 2014-08-09 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update README.md | Duccio Armenise | 2014-08-09 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #16437 from mscoutermarsh/master | Richard Schneeman | 2014-08-08 | 1 | -1/+1 | |
|\ \ \ |