aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration
Commit message (Expand)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-7/+7
* removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-062-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-2/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+2
* modernizes hash syntax in activejobXavier Noria2016-08-062-11/+11
* applies new string literal convention in activejob/testXavier Noria2016-08-0611-42/+42
* Chomp: prefer String#chomp where we can for a clarity boostlvl0nax2016-04-291-1/+3
* Merge pull request #23966 from jeremy/activejob/pare-down-async-adapter-for-l...Jeremy Daer2016-03-011-1/+2
|\
| * Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-291-1/+2
* | - Updating the dummy app template to have rails_command instead of rakeMohit Natoo2016-03-011-1/+1
|/
* Remove celluloid from the GemfileRafael Mendonça França2016-01-271-3/+1
* Fix race condition testing for job execution orderWill Jessop2015-11-232-6/+17
* Merge pull request #19425 from wvengen/feature/activejob-priority-masterRafael Mendonça França2015-09-251-2/+6
|\
| * Add job priorities to ActiveJobwvengen2015-09-171-2/+6
* | Use Sidekiq.options to set initial waitAndrew White2015-09-211-1/+1
* | Run `rake db:migrate` for all Active Job integration testsAndrew White2015-09-211-1/+2
* | Added new lines to run title for easy log readinghiren mistry2015-09-191-1/+1
|/
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-0/+9
* use `average_scheduled_poll_interval` option instead of deprecated `poll_inte...yuuji.yaginuma2015-08-151-1/+1
* Fixes #20799Johannes Opper2015-08-042-1/+9
* Provide provider_job_id to qu adapter.Kevin Deisz2015-05-071-2/+2
* Do not use named queues for que adapterRafael Mendonça França2015-05-031-1/+1
* Only *configure* the queue in setup; DB creation must come laterMatthew Draper2015-04-202-21/+25
* Shuffle a few things in aid of easier debuggingMatthew Draper2015-04-201-20/+36
* Fix sidekiq test order dependencyMatthew Draper2015-04-201-0/+3
* avoid double initialization error caused to sidekiqTakumi IINO2015-04-141-13/+34
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* `ActiveJob::QueueAdapters::*` are no longer singletonsTamir Duberstein2015-03-111-2/+2
* Fixed ActiveJob integration testsCristian Bica2015-03-052-2/+4
* Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-223-3/+3
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* redis 3.2.0 doesn't allow tcp protocol anymoreRafael Mendonça França2014-12-131-1/+1
* Merge pull request #17825 from aripollak/fix-activejob-sidekiq-integrationRafael Mendonça França2014-12-041-1/+2
|\
| * Fix Sidekiq ActiveJob integration setupAri Pollak2014-11-281-1/+2
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
|/
* - Removed unused variable warnings from ActiveJob AdaptersVipul A M2014-10-195-5/+5
* Make AJ integration tests much less verboseMatthew Draper2014-09-278-26/+14
* ActiveJob Integration TestsCristian Bica2014-09-1114-0/+521