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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-0
/
+5
*
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-0
/
+2
*
Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci s...
Prathamesh Sonpatki
2017-10-23
1
-7
/
+0
*
redis-rb 4.0 support
Jeremy Daer
2017-10-08
1
-0
/
+4
*
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-04-30
1
-0
/
+1
*
Add error logging to Active Job
Steven Bull
2017-03-27
1
-0
/
+6
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-49
/
+1
*
Revert #27850 following test breakage (#28427)
David Heinemeier Hansson
2017-03-15
1
-4
/
+0
*
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
1
-0
/
+2
*
Remove extra spaces
Jon Moss
2017-02-21
1
-1
/
+1
*
correctly set test adapter when configure the queue adapter on a per job (#26...
Yuji Yaginuma
2017-01-31
1
-0
/
+6
*
Append skipped jobs to enqueued_jobs
Alexander Pauly
2017-01-31
1
-0
/
+4
*
Removed deprecated support to passing the adapter class to .queue_adapter
Rafael Mendonça França
2016-10-10
1
-0
/
+4
*
Removed deprecated #original_exception in ActiveJob::DeserializationError
Rafael Mendonça França
2016-10-10
1
-0
/
+4
*
correct exception class in `retry_on` example [ci skip]
yuuji.yaginuma
2016-10-09
1
-2
/
+2
*
Merge pull request #26205 from pedaling-corp/fix/active-job-resque
Rafael Mendonça França
2016-08-23
1
-2
/
+8
|
\
|
*
Added instance variable `@queue` to JobWrapper.
InJung Chung
2016-08-19
1
-0
/
+8
|
/
*
Yield the job instance so you have access to things like `job.arguments` on t...
David Heinemeier Hansson
2016-08-16
1
-0
/
+4
*
Pass over changelogs [ci skip]
Vipul A M
2016-08-10
1
-1
/
+1
*
Amend the CHANGELOG
David Heinemeier Hansson
2016-08-02
1
-0
/
+21
*
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-183
/
+1
*
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-0
/
+5
*
Active Job: Add note about ability to configure adapters on per job basis in ...
Prathamesh Sonpatki
2016-04-29
1
-0
/
+17
*
Prep Rails 5 beta 4
eileencodes
2016-04-27
1
-0
/
+2
*
Use AS::Reloader to support reloading in ActiveJob
Matthew Draper
2016-03-02
1
-0
/
+5
*
Active Job: smaller footprint for the dev/test async adapter
Jeremy Daer
2016-02-29
1
-0
/
+7
*
Preparing for 5.0.0.beta3 release
eileencodes
2016-02-24
1
-0
/
+2
*
Change the default adapter from inline to async
David Heinemeier Hansson
2016-02-05
1
-0
/
+7
*
Preparing for Rails 5.0.0.beta2
Sean Griffin
2016-02-01
1
-0
/
+5
*
release notes, extract notable changes from Active Job CHANGELOG.
Yves Senn
2015-12-23
1
-1
/
+1
*
No more no changes entries in the CHANGELOGs
Genadi Samokovarov
2015-12-21
1
-3
/
+0
*
Add CHANGELOG headers for Rails 5.0.0.beta1
eileencodes
2015-12-18
1
-0
/
+5
*
Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers
Yves Senn
2015-10-05
1
-0
/
+5
|
\
|
*
Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...
Wojciech Wnętrzak
2015-10-03
1
-0
/
+5
|
/
*
Support passing array to `assert_enqueued_jobs` in `:only` option
Wojciech Wnętrzak
2015-10-03
1
-0
/
+4
*
Add job priorities to ActiveJob
wvengen
2015-09-17
1
-0
/
+4
*
Initial implementation of ActiveJob AsyncAdapter.
Jerry D'Antonio
2015-08-25
1
-0
/
+5
*
implement `provider_job_id` for `queue_classic`.
Yves Senn
2015-08-13
1
-1
/
+6
*
Make assert_enqueued_with and assert_performed_with returns the matched job
Jean Boussier
2015-08-10
1
-0
/
+5
*
Fixes #20799
Johannes Opper
2015-08-04
1
-0
/
+7
*
minor formatting changes in changelogs. [ci skip]
Yves Senn
2015-05-31
1
-1
/
+1
*
Pass over CHANGELOGS [ci skip]
Prathamesh Sonpatki
2015-05-16
1
-1
/
+1
*
Provide provider_job_id to qu adapter.
Kevin Deisz
2015-05-07
1
-1
/
+1
*
Make que report back its job_id to provider_job_id
Jeroen van Baarsen
2015-05-07
1
-8
/
+3
*
Let Sidekiq set provider_job_id
Jeroen van Baarsen
2015-05-07
1
-0
/
+5
*
Get provider_job_id from DelayedJob
Kevin Deisz
2015-05-05
1
-0
/
+7
*
Merge pull request #19969 from y-yagi/fix_job_helper_method
Yves Senn
2015-05-01
1
-0
/
+6
*
Merge pull request #19034 from jvanbaarsen/explicit-job-base-class
Matthew Draper
2015-03-30
1
-0
/
+4
|
\
|
*
Add explicit base class for ActiveJob jobs
Jeroen van Baarsen
2015-03-23
1
-0
/
+4
|
/
*
Move #18833 changelog to the top [ci skip]
Carlos Antonio da Silva
2015-02-08
1
-35
/
+33
[next]