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
/
lib
/
active_job
/
queue_adapters
/
resque_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename #perform_with_hooks to #execution
David Heinemeier Hansson
2014-05-22
1
-1
/
+1
*
Add callbacks, implement instrumentation as callbacks, and have the enqueue m...
David Heinemeier Hansson
2014-05-22
1
-1
/
+1
*
Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency.
Douwe Maan
2014-05-21
1
-2
/
+2
*
Don't deserialize parameters in individual adapters.
Douwe Maan
2014-05-21
1
-1
/
+1
*
Remove unnecessary comment
Mike Perham
2014-05-20
1
-1
/
+0
*
Implement enqueue_at/enqueue_in
Mike Perham
2014-05-19
1
-0
/
+6
*
Refactor Resque adapter to be more consistent with others
Douwe Maan
2014-05-19
1
-7
/
+3
*
Move to instance method and document usage
David Heinemeier Hansson
2014-05-19
1
-1
/
+1
*
No need to qualify the Parameters class with the namespace
David Heinemeier Hansson
2014-05-19
1
-1
/
+1
*
Inline the job wrappers
David Heinemeier Hansson
2014-05-19
1
-2
/
+23
*
Queue naming with a base, which requires a JobWrapper to comply to Resques ex...
David Heinemeier Hansson
2014-05-18
1
-1
/
+2
*
Add ResqueAdapter and provide test infrastructure for the now multiple adapters
David Heinemeier Hansson
2014-05-18
1
-0
/
+13