aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-063-2/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Remove an extra `@mutex.synchronize`yuuji.yaginuma2018-10-191-12/+1
* Return a non zero code when can not connect to backend on CIyuuji.yaginuma2018-10-194-4/+8
* Ignore psqlrc files when executing psql commandsJ Smith2018-09-172-4/+4
* Print correct rake command on running AJ integration testsbogdanvlviv2018-09-171-1/+1
* Remove support for Qu gem.Alberto Almagro2018-03-191-40/+0
* Add support for timezones to Active JobAndrew White2018-02-222-0/+5
* Explicitly require `sidekiq/cli`yuuji.yaginuma2017-12-161-0/+1
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-132-9/+1
* Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-132-2/+4
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-062-2/+1
* redis-rb 4.0 supportJeremy Daer2017-10-081-7/+4
* Use `ActiveJob::Base.queue_adapter_name` to get adapter nameyuuji.yaginuma2017-08-171-3/+1
* Wait for the Delayed Job worker thread to finishMatthew Draper2017-08-131-0/+1
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1115-0/+15
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-07-102-1/+9
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-0915-0/+15
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0215-15/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0115-0/+15
* Define path with __dir__bogdanvlviv2017-05-232-2/+2
* make backburner integration test to workyuuji.yaginuma2017-01-281-2/+2
* Privatize unneededly protected methods in Active Job testsAkira Matsuda2016-12-242-2/+2
* Avoid race condition in AJ integration testsMatthew Draper2016-11-302-1/+3
* 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