aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Fix leaky `only: …` option for Active Job assertionsJeremy Kemper2015-03-062-9/+23
* Fixed ActiveJob integration testsCristian Bica2015-03-052-2/+4
* Minor fixes (proposal)Darío Hereñú2015-02-281-2/+2
* Avoid creating an extra hash on the job test adapterCarlos Antonio da Silva2015-02-241-1/+1
* `ActiveJob::QueueAdapters::TestAdapter` is now a singletonTamir Duberstein2015-02-234-31/+31
* Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-226-7/+7
* Move #18833 changelog to the top [ci skip]Carlos Antonio da Silva2015-02-081-35/+33
* Add an `:only` option to `perform_enqueued_jobs` to filter jobs based onMichael Ryan2015-02-064-18/+186
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Allow keyword arguments to work with ActiveJobSean Griffin2015-01-304-19/+82
* Fix ActiveJob assertions with a GlobalID object argumentRichard Manyanza2015-01-232-2/+51
* formatting pass over CHANGELOGs. [ci skip]Yves Senn2015-01-101-2/+6
* Add :only option to assert_no_enqueued_jobsGeorge Claghorn2015-01-082-2/+29
* Fix Active Job changelog formatting and reword a bit [ci skip]Carlos Antonio da Silva2015-01-081-24/+22
* Add :only option to assert_enqueued_jobsGeorge Claghorn2015-01-073-7/+76
* No need to disable sidikiq tests with 1.9.3 anymoreRafael Mendonça França2015-01-041-11/+0
* Do not run integration tests for the test adapterRafael Mendonça França2015-01-021-1/+1
* Merge pull request #18271 from arunagw/change-copyright-yearRobin Dupret2015-01-012-2/+2
|\
| * Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-312-2/+2
* | Tiny follow-up to #18260 [ci skip]Robin Dupret2014-12-312-11/+12
* | Merge pull request #18277 from prathamesh-sonpatki/typo-aj-changelogArun Agrawal2014-12-311-1/+1
|\ \
| * | Fixed typo in ActiveJob CHANGELOG [ci skip]Prathamesh Sonpatki2014-12-311-1/+1
| |/
* | Merge pull request #18274 from rajcybage/spell_fixRobin Dupret2014-12-311-2/+2
|\ \ | |/ |/|
| * Fix spell life cycle on activejob docs [ ci skip]Rajarshi Das2014-12-311-2/+2
* | ActiveJob is not ActionJob [ci skip] :smile:Prathamesh Sonpatki2014-12-311-1/+1
* | Merge pull request #18266 from cristianbica/ajfixesRafael Mendonça França2014-12-306-12/+21
|\ \
| * | ActiveJob testing improvementsCristian Bica2014-12-306-12/+21
* | | ActiveJob: delegate full deserialization to classIsaac Seymour2014-12-302-4/+53
|/ /
* | Expectation comes firstYukio Mizuta2014-12-281-1/+1
* | Require Ruby 2.2 for Rails 5.0claudiob2014-12-261-1/+1
* | Add 'require' for Hash#with_indifferent_accessjoker10072014-12-211-0/+2
* | Replace guides.ror.org/v4.2.0 with guides.ror.orgclaudiob2014-12-201-1/+1
* | redis 3.2.0 doesn't allow tcp protocol anymoreRafael Mendonça França2014-12-131-1/+1
* | Include missing requireDavid Heinemeier Hansson2014-12-051-0/+1
* | Merge pull request #17817 from aripollak/hide-activejob-argsDavid Heinemeier Hansson2014-12-052-1/+14
|\ \
| * | Inline to_global_id conversionAri Pollak2014-12-041-5/+1
| * | Use try instead of checking for GlobalID::IdentificationAri Pollak2014-12-041-5/+1
| * | Only filter GIDable objects; remove cosmetic changesAri Pollak2014-12-012-16/+14
| * | Hide potentially sensitive ActiveJob params from logsAri Pollak2014-11-282-11/+34
* | | Merge pull request #17825 from aripollak/fix-activejob-sidekiq-integrationRafael Mendonça França2014-12-041-1/+2
|\ \ \
| * | | Fix Sidekiq ActiveJob integration setupAri Pollak2014-11-281-1/+2
| |/ /
* | | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-292-4/+2
* | | Bump required Ruby version to 2.1.0claudiob2014-11-281-1/+1
* | | Start Rails 5 development :tada:Rafael Mendonça França2014-11-282-4/+4
|/ /
* | Add perform_enqueued_jobsFábio Luiz Nery de Miranda2014-11-252-20/+52
* | [ci skip] add "Qu" to Backends Features listyuuji.yaginuma2014-11-151-0/+1
* | docs, minor changes in Active Job documentation. [ci skip]Yves Senn2014-11-102-6/+5
* | Correct fixed-width doc syntax, thanks to @sikachu for pointing it out!Zachary Scott2014-11-032-2/+2
* | Document included ability of AJ::QueueName module for class methods [ci skip]Zachary Scott2014-11-031-0/+1
* | Add documentation of AJ::QueueAdapter class methods module [ci skip]Zachary Scott2014-11-031-0/+1