aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters/test_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* ActiveJob testing improvementsCristian Bica2014-12-301-6/+11
| | | | | | | | 1. The :test adapter wasn't going through a full cycle of serialize/deserialize when performing jobs. Now it does 2. Regular AJ tests were not run for the :test adapter. Now they are 3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires the file that implements that method. Now it does
* Added RDoc for each Active Job adapterCristian Bica2014-09-221-2/+11
|
* simplify test_adapterAbdelkader Boudih2014-09-141-43/+4
|
* Active Job refactoringCristian Bica2014-09-031-8/+8
|
* Fix failing tests in ActiveJob AdapterAbdelkader Boudih2014-09-021-0/+1
|
* [ActiveJob] TestCase (Will squash before merge)Abdelkader Boudih2014-09-021-12/+12
|
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-60/+58
|
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-0/+77