aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/dummy_app_template.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Add support for timezones to Active JobAndrew White2018-02-221-0/+1
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-2/+0
* [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-1/+2
* applies new string literal convention in activejob/testXavier Noria2016-08-061-4/+4
* - Updating the dummy app template to have rails_command instead of rakeMohit Natoo2016-03-011-1/+1
* Fix race condition testing for job execution orderWill Jessop2015-11-231-2/+5
* Run `rake db:migrate` for all Active Job integration testsAndrew White2015-09-211-1/+2
* Fixes #20799Johannes Opper2015-08-041-1/+5
* Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-221-1/+1
* Make AJ integration tests much less verboseMatthew Draper2014-09-271-1/+1
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+21