aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support
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
* Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-191-0/+15
* 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
* Fix Ruby warnings tickled by the test suiteutilum2018-06-302-4/+6
* 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
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+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
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+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-1121-0/+21
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-07-102-1/+9
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-0921-0/+21
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0221-21/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0121-0/+21
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Define path with __dir__bogdanvlviv2017-05-232-2/+2
* make backburner integration test to workyuuji.yaginuma2017-01-281-2/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* 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-296-11/+11
* removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* 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-063-3/+1
* 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-0616-50/+50
* 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-252-2/+7
|\