Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] First version of the Active Job guide | Cristian Bica | 2014-08-13 | 1 | -0/+323 |
| | |||||
* | Clean adapter_test.rb and skip test for sidekiq in unsupported rubies | Abdelkader Boudih | 2014-08-13 | 3 | -64/+33 |
| | |||||
* | Added ActionMailer::DeliverLater | Abdelkader Boudih | 2014-08-13 | 11 | -10/+163 |
| | |||||
* | Modified activejob.gemspec to match other rails gems format | Cristian Bica | 2014-08-12 | 1 | -4/+6 |
| | |||||
* | Update activejob's README | Cristian Bica | 2014-08-12 | 1 | -7/+28 |
| | |||||
* | Added activejob to install.rb | Cristian Bica | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Fixed failing tests; Load active_job in railtie; Renamed generator to job | Cristian Bica | 2014-08-12 | 5 | -5/+9 |
| | |||||
* | Remove activejob integration tests | Abdelkader Boudih | 2014-08-12 | 50 | -713/+65 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 104 | -0/+2276 |
|\ | | | | | | | | | | | git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 | ||||
| * | Merge pull request #102 from cristianbica/integration_tests | David Heinemeier Hansson | 2014-08-08 | 45 | -52/+574 |
| |\ | | | | | | | Integration testing | ||||
| | * | Integration testing | Cristian Bica | 2014-08-08 | 45 | -52/+574 |
| |/ | |||||
| * | Merge pull request #103 from cristianbica/adapter-fixes | David Heinemeier Hansson | 2014-08-06 | 3 | -9/+13 |
| |\ | | | | | | | Fixed qu, queue_classic, sneakers adapters | ||||
| | * | Fixed qu, queue_classic, sneakers adapters | Cristian Bica | 2014-08-07 | 3 | -9/+13 |
| |/ | |||||
| * | Fix the test requirement of resque_scheduler | David Heinemeier Hansson | 2014-08-01 | 1 | -3/+7 |
| | | |||||
| * | Improve the error message when resque-scheduler is not available | David Heinemeier Hansson | 2014-08-01 | 1 | -2/+4 |
| | | |||||
| * | Update README.md | David Heinemeier Hansson | 2014-08-01 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #101 from DouweM/patch-9 | David Heinemeier Hansson | 2014-07-29 | 1 | -3/+3 |
| |\ | | | | | | | Rename variables for consistency. | ||||
| | * | Rename variables for consistency. | Douwe Maan | 2014-07-29 | 1 | -3/+3 |
| |/ | |||||
| * | Merge pull request #100 from timriley/fix-que-class-serialization | David Heinemeier Hansson | 2014-07-28 | 1 | -2/+2 |
| |\ | | | | | | | Fix database serialization of job class names with Que | ||||
| | * | Fix database serialization of job class names with Que | Tim Riley | 2014-07-29 | 1 | -2/+2 |
| |/ | | | | | | | | | When passing a class constant as a job argument, Que’s stored procedures serialize it to JSON in the database as `{}`. This means that when the job (the ActiveJob “wrapper”) is deserialized from the database, it can’t find the original job class to run again. Changing the Que adapter to serialize the job class as a string fixes this behaviour. This change makes the adapter consistent with other adapters too (which constantize a class string in their JobWrapper#perform methods. | ||||
| * | Merge pull request #96 from miyagawa/seiralize_globalid | David Heinemeier Hansson | 2014-07-03 | 2 | -5/+5 |
| |\ | | | | | | | Call #to_s when serializing GlobalID. Fix #95 | ||||
| | * | Explicitly call #to_s when serializing GlobalID. Addresses #95 | Tatsuhiko Miyagawa | 2014-07-02 | 2 | -5/+5 |
| | | | |||||
| * | | Merge pull request #99 from seuros/resque | David Heinemeier Hansson | 2014-07-03 | 1 | -1/+5 |
| |\ \ | | | | | | | | | require both variant of resque-scheduler file | ||||
| | * | | require both variant of resque-scheduler | Abdelkader Boudih | 2014-07-03 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge pull request #98 from seuros/resque | David Heinemeier Hansson | 2014-07-03 | 1 | -1/+1 |
| |\| | | | |/ | |/| | Require correct file for resque scheduler | ||||
| | * | require 'resque-scheduler' fix #97 | Abdelkader Boudih | 2014-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #92 from cristianbica/master | Rafael Mendonça França | 2014-06-30 | 1 | -0/+1 |
| |\ | | | | | | | Require global_identification in serialisations | ||||
| | * | Require global_identification in serialisations | Cristian Bica | 2014-06-26 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #93 from seuros/generator | Rafael Mendonça França | 2014-06-30 | 2 | -0/+31 |
| |\ \ | | |/ | |/| | [feature] ActiveJob generator | ||||
| | * | [feature] ActiveJob generator | Abdelkader Boudih | 2014-06-30 | 2 | -0/+31 |
| | | | |||||
| * | | Merge pull request #90 from itolosa/master | David Heinemeier Hansson | 2014-06-17 | 1 | -1/+1 |
| |\| | | | | | | | closes #89. fix delayed job adapter timestamp | ||||
| | * | fix delayed job adapter timestamp | Ignacio Tolosa | 2014-06-16 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #78 from cristianbica/master | David Heinemeier Hansson | 2014-06-12 | 8 | -35/+29 |
| |\ | | | | | | | Persist JOB-ID | ||||
| | * | Fixed failing test | Cristian Bica | 2014-06-12 | 1 | -2/+4 |
| | | | |||||
| | * | Persist job_id | Cristian Bica | 2014-06-12 | 8 | -37/+29 |
| |/ | |||||
| * | Merge pull request #83 from DouweM/patch-8 | David Heinemeier Hansson | 2014-06-12 | 1 | -10/+13 |
| |\ | | | | | | | Clean up Arguments somewhat | ||||
| | * | Clean up Arguments somewhat | Douwe Maan | 2014-06-05 | 1 | -10/+13 |
| | | | |||||
| * | | Merge pull request #85 from DouweM/queue_name | David Heinemeier Hansson | 2014-06-12 | 3 | -6/+18 |
| |\ \ | | | | | | | | | Have .queue_as only set queue name for job in question. | ||||
| | * | | Have .queue_as only set queue name for job in question. | Douwe Maan | 2014-06-10 | 3 | -6/+18 |
| | |/ | |||||
| * | | Merge pull request #86 from cristianbica/qu_adapter | David Heinemeier Hansson | 2014-06-12 | 7 | -5/+76 |
| |\ \ | | |/ | |/| | Implemented :qu adapter | ||||
| | * | Implemented :qu adapter | Cristian Bica | 2014-06-12 | 7 | -5/+76 |
| |/ | |||||
| * | Merge pull request #79 from cristianbica/deep-serialization | David Heinemeier Hansson | 2014-06-05 | 2 | -5/+58 |
| |\ | | | | | | | Deep serialization | ||||
| | * | Fixed Hash deserialisation | Cristian Bica | 2014-06-03 | 2 | -2/+6 |
| | | | |||||
| | * | Deep serialization | Cristian Bica | 2014-06-03 | 2 | -5/+54 |
| | | | |||||
| * | | Merge pull request #82 from cristianbica/disable-schedule-on-inline-adapter | Rafael Mendonça França | 2014-06-03 | 1 | -10/+2 |
| |\ \ | | |/ | |/| | Raise exception for scheduling jobs in the inline adapter | ||||
| | * | Raise exception for scheduling jobs in the inline adapter | Cristian Bica | 2014-06-03 | 1 | -10/+2 |
| |/ | |||||
| * | Merge pull request #75 from seuros/patch-2 | Rafael Mendonça França | 2014-05-29 | 1 | -0/+1 |
| |\ | | | | | | | Sidekiq::Client does not support symbols as keys | ||||
| | * | Sidekiq::Client does not support symbols as keys | Abdelkader Boudih | 2014-05-29 | 1 | -0/+1 |
| |/ | |||||
| * | Stray CR | David Heinemeier Hansson | 2014-05-29 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #61 from cristianbica/tagged-logging | David Heinemeier Hansson | 2014-05-29 | 7 | -21/+132 |
| |\ | | | | | | | Tagged logging |