aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | [ActiveJob] Use globalid gemAbdelkader Boudih2014-08-179-14/+11
| | * | | | | | | | | [ActiveJob] make the resque-scheduler optionalCristian Bica2014-08-171-3/+6
| | * | | | | | | | | [ActiveJob] remove ruby warningsAbdelkader Boudih2014-08-172-3/+3
| | * | | | | | | | | [ActiveJob] Convert ActiveJob::Arguments into moduleAbdelkader Boudih2014-08-171-6/+7
| | * | | | | | | | | [ActiveJob] require files in logging.rbAbdelkader Boudih2014-08-171-0/+2
| | * | | | | | | | | [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv...Abdelkader Boudih2014-08-174-8/+10
| | * | | | | | | | | [ActiveJob] Fix test syntaxAbdelkader Boudih2014-08-171-10/+10
| | * | | | | | | | | ActiveJob guides improvements [ci skip]Cristian Bica2014-08-161-108/+29
| | * | | | | | | | | Added docs for AJ::Callbacks; Added AJ to docs build mapCristian Bica2014-08-162-4/+115
| | * | | | | | | | | Fixed indentationCristian Bica2014-08-161-1/+1
| | * | | | | | | | | Moved AR testing from using global variable to thread variableCristian Bica2014-08-167-15/+15
| | * | | | | | | | | Suggest the perform method can take arguments when generating an ActiveJob jobCristian Bica2014-08-151-2/+2
| | * | | | | | | | | ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure A...Cristian Bica2014-08-154-11/+23
| | * | | | | | | | | Removed method missing from ActionMailer::MessageDeliveryCristian Bica2014-08-152-4/+4
| | * | | | | | | | | Update resque_adapter.rbAbdelkader Boudih2014-08-141-1/+1
| | * | | | | | | | | Added ActiveJob configuration for travisCristian Bica2014-08-142-2/+3
| | * | | | | | | | | Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-149-83/+73
| | * | | | | | | | | Make ActionMailer::Previews methods class methods.Abdelkader Boudih2014-08-142-0/+8
| | * | | | | | | | | Update ActiveJob guide [ci skip]Cristian Bica2014-08-131-3/+12
| | * | | | | | | | | Merge branch 'master' into activejobCristian Bica2014-08-1319-39/+78
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [ci skip] First version of the Active Job guideCristian Bica2014-08-131-0/+323
| | * | | | | | | | | | Clean adapter_test.rb and skip test for sidekiq in unsupported rubiesAbdelkader Boudih2014-08-133-64/+33
| | * | | | | | | | | | Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-1311-10/+163
| | * | | | | | | | | | Modified activejob.gemspec to match other rails gems formatCristian Bica2014-08-121-4/+6
| | * | | | | | | | | | Update activejob's READMECristian Bica2014-08-121-7/+28
| | * | | | | | | | | | Added activejob to install.rbCristian Bica2014-08-121-1/+1
| | * | | | | | | | | | Fixed failing tests; Load active_job in railtie; Renamed generator to jobCristian Bica2014-08-125-5/+9
| | * | | | | | | | | | Remove activejob integration testsAbdelkader Boudih2014-08-1250-713/+65
| | * | | | | | | | | | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'Abdelkader Boudih2014-08-12104-0/+2276
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge pull request #102 from cristianbica/integration_testsDavid Heinemeier Hansson2014-08-0845-52/+574
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Integration testingCristian Bica2014-08-0845-52/+574
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Merge pull request #103 from cristianbica/adapter-fixesDavid Heinemeier Hansson2014-08-063-9/+13
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Fixed qu, queue_classic, sneakers adaptersCristian Bica2014-08-073-9/+13
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Fix the test requirement of resque_schedulerDavid Heinemeier Hansson2014-08-011-3/+7
| | | * | | | | | | | | | Improve the error message when resque-scheduler is not availableDavid Heinemeier Hansson2014-08-011-2/+4
| | | * | | | | | | | | | Update README.mdDavid Heinemeier Hansson2014-08-011-0/+4
| | | * | | | | | | | | | Merge pull request #101 from DouweM/patch-9David Heinemeier Hansson2014-07-291-3/+3
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Rename variables for consistency.Douwe Maan2014-07-291-3/+3
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Merge pull request #100 from timriley/fix-que-class-serializationDavid Heinemeier Hansson2014-07-281-2/+2
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Fix database serialization of job class names with QueTim Riley2014-07-291-2/+2
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Merge pull request #96 from miyagawa/seiralize_globalidDavid Heinemeier Hansson2014-07-032-5/+5
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Explicitly call #to_s when serializing GlobalID. Addresses #95Tatsuhiko Miyagawa2014-07-022-5/+5
| | | * | | | | | | | | | | Merge pull request #99 from seuros/resqueDavid Heinemeier Hansson2014-07-031-1/+5
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | require both variant of resque-schedulerAbdelkader Boudih2014-07-031-1/+5
| | | * | | | | | | | | | | | Merge pull request #98 from seuros/resqueDavid Heinemeier Hansson2014-07-031-1/+1
| | | |\| | | | | | | | | | | | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | require 'resque-scheduler' fix #97Abdelkader Boudih2014-07-031-1/+1
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Merge pull request #92 from cristianbica/masterRafael Mendonça França2014-06-301-0/+1
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Require global_identification in serialisationsCristian Bica2014-06-261-0/+1
| | | * | | | | | | | | | | Merge pull request #93 from seuros/generatorRafael Mendonça França2014-06-302-0/+31
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | [feature] ActiveJob generatorAbdelkader Boudih2014-06-302-0/+31