aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+1
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Avoid race condition in AJ integration testsMatthew Draper2016-11-301-0/+1
* applies new string literal convention in activejob/testXavier Noria2016-08-061-4/+4
* Added new lines to run title for easy log readinghiren mistry2015-09-191-1/+1
* Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-221-1/+1
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Make AJ integration tests much less verboseMatthew Draper2014-09-271-4/+2
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+32