index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activejob
/
lib
/
active_job
/
test_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-1
/
+0
*
Allow all ActiveJob assertion helper to accept Proc in their `only` kw:
Edouard CHIN
2018-11-21
1
-2
/
+32
*
Merge pull request #34204 from XrXr/aj-test-helper-args
Rafael França
2018-10-24
1
-3
/
+3
|
\
|
*
Include deserialized arguments in jobs returned by AJ test helpers
Alan Wu
2018-10-12
1
-3
/
+3
*
|
Clarify docs of `ActiveJob::TestHelper` [ci skip]
bogdanvlviv
2018-10-16
1
-3
/
+3
|
/
*
Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)
Mohit Natoo
2018-09-28
1
-8
/
+8
*
Add a way to check for subset of arguments when performing jobs:
Edouard CHIN
2018-09-26
1
-2
/
+48
*
Fix "warning: shadowing outer local variable - job"
yuuji.yaginuma
2018-09-22
1
-2
/
+2
*
Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keys
Sharang Dashputre
2018-09-21
1
-9
/
+16
*
DRY in `assert_enqueued_jobs`
bogdanvlviv
2018-08-20
1
-2
/
+6
*
Fix formatting of `ActiveJob::TestHelper` api docs
bogdanvlviv
2018-08-20
1
-4
/
+4
*
Allow `assert_performed_with` to be called without a block.
bogdanvlviv
2018-08-20
1
-7
/
+34
*
Fix `assert_performed_jobs` and `assert_no_performed_jobs`
bogdanvlviv
2018-08-20
1
-14
/
+28
*
Allow `:queue` option to `assert_no_performed_jobs`.
bogdanvlviv
2018-08-20
1
-2
/
+11
*
Allow `:queue` option to `assert_performed_jobs`.
bogdanvlviv
2018-08-20
1
-2
/
+12
*
Fix `perform_enqueued_jobs`
bogdanvlviv
2018-08-20
1
-1
/
+4
*
Allow `:queue` option to `perform_enqueued_jobs`.
bogdanvlviv
2018-08-20
1
-4
/
+18
*
Add example `perform_enqueued_jobs` without block to api docs [ci skip]
bogdanvlviv
2018-08-16
1
-0
/
+8
*
Allow `perform_enqueued_jobs` to be called without a block.
Kevin Deisz
2018-08-15
1
-6
/
+21
*
Allow `queue` option to `assert_no_enqueued_jobs`
bogdanvlviv
2018-06-30
1
-2
/
+10
*
Clarify activejob/lib/active_job/test_helper.rb
bogdanvlviv
2018-06-29
1
-2
/
+2
*
Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block
bogdanvlviv
2018-06-29
1
-5
/
+25
*
Revert "Merge pull request #33243 from evopark/fix/action-mailer-test-helper-...
Rafael Mendonça França
2018-06-28
1
-1
/
+1
*
Fix ActionMailer assert_enqueued_email_with
Marcus Ilgner
2018-06-28
1
-1
/
+1
*
Use `ArgumentError` instead of own error class
yuuji.yaginuma
2017-07-20
1
-2
/
+1
*
Fix `warning: circular argument reference`
yuuji.yaginuma
2017-07-19
1
-2
/
+2
*
Add `except` option for ActiveJob::TestHelper methods
posthumanism
2017-07-18
1
-13
/
+73
*
[Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveJob
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
correctly set test adapter when configure the queue adapter on a per job (#26...
Yuji Yaginuma
2017-01-31
1
-10
/
+35
*
Merge pull request #27624 from elfassy/assert_enqueued_jobs_with_queue_level
Guillermo Iguaran
2017-01-19
1
-10
/
+24
|
\
|
*
assert_enqueued_jobs with queue option
Michael Elfassy
2017-01-18
1
-10
/
+24
*
|
s/perfomed/performed/
Akira Matsuda
2017-01-17
1
-1
/
+1
|
/
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-5
/
+5
*
remove Ruby warning from Active Job test helper methods
yuuji.yaginuma
2016-11-18
1
-4
/
+4
*
Use named parameters instead of `assert_valid_keys`
Maxime Boisvert
2016-11-16
1
-8
/
+8
*
Add examples of queue_adapter and perform_enqueued jobs to API Docs.
Gabi Stefanini
2016-10-21
1
-0
/
+24
*
use `descendants` to get class that inherited `ActiveJob::Base`
yuuji.yaginuma
2016-09-05
1
-1
/
+1
*
applies new string literal convention in activejob/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Provide the ability to override the queue adapter used by jobs under
Steve Lounsbury
2016-06-11
1
-1
/
+14
*
update `assert_no_performed_jobs` doc to use `assert_no_performed_jobs` metho...
yuuji.yaginuma
2016-03-30
1
-18
/
+5
*
Do not define methods in the included block
Rafael Mendonça França
2016-02-24
1
-293
/
+289
*
fix typo in `assert_enqueued_jobs` example [ci skip]
yuuji.yaginuma
2016-02-07
1
-1
/
+1
*
Added missing specs for not modifying queues when using AJ test helpers
Wojciech Wnętrzak
2015-10-07
1
-14
/
+10
*
Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...
Wojciech Wnętrzak
2015-10-03
1
-4
/
+11
*
Support passing array to `assert_enqueued_jobs` in `:only` option
Wojciech Wnętrzak
2015-10-03
1
-1
/
+1
*
Do not document private methods in AJ::TestHelper
Wojciech Wnętrzak
2015-10-02
1
-5
/
+5
*
Fix typo on method name
Rafael Mendonça França
2015-08-16
1
-3
/
+3
[next]