Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -1/+1 |
| | | | | Follow up of #31432. | ||||
* | [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 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Bring back delayed_job to test list | yuuji.yaginuma | 2017-05-28 | 1 | -2/+1 |
| | | | | | `delayed_job_active_record` 4.1.2 supports Rails 5.1. Ref: https://github.com/collectiveidea/delayed_job_active_record/pull/138 | ||||
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -3/+2 |
| | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f | ||||
* | Delayed job doesn't support Active Record 5.1 yet | Rafael Mendonça França | 2016-12-29 | 1 | -1/+2 |
| | |||||
* | Remove warning in ActiveJob | Kir Shatrov | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | Currently it causes: ``` activejob/Rakefile:5: warning: already initialized constant ACTIVEJOB_ADAPTERS ``` | ||||
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -16/+16 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
| | | | | Introduced in d6f2000a67cc63aa67414c75ce77de671824ec52 and was only used by Action Cable. Now handled by Action Cable’s assets:compile task. | ||||
* | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 1 | -1/+2 |
| | |||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
| | |||||
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Remove unused package tasks | Arun Agrawal | 2015-05-28 | 1 | -8/+0 |
| | | | | We are using `all:build` now. | ||||
* | Remove broken and unused release task | Arun Agrawal | 2015-05-22 | 1 | -7/+0 |
| | | | | | - We do release with release.rb - There is no `rake/gemcutter` | ||||
* | Disable warnings on activejob tests | Rafael Mendonça França | 2015-05-03 | 1 | -2/+2 |
| | | | | | The implementations seems to not be interested to remove the warnings so enabling them we are just making harder to read the outputs | ||||
* | Changed the AJADAPTER to AJ_ADAPTER | Jeroen van Baarsen | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | * This allows for easier reading, since those are two words, so they should be split by _ Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Do not run integration tests for the test adapter | Rafael Mendonça França | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | ActiveJob testing improvements | Cristian Bica | 2014-12-30 | 1 | -1/+1 |
| | | | | | | | | 1. The :test adapter wasn't going through a full cycle of serialize/deserialize when performing jobs. Now it does 2. Regular AJ tests were not run for the :test adapter. Now they are 3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires the file that implements that method. Now it does | ||||
* | Enable emitting of warnings from ActiveJob tests. | Vipul A M | 2014-10-19 | 1 | -0/+2 |
| | |||||
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Since we want this flag to be enabled anytime we are running the tests under JRuby, let's enable this at the Rakefile level so people get the performance boost on their local checkout. Moreover, we avoid having to update this particular line anytime the option changes on the JRuby side. The only drawback is that we have to define it in every Rakefile but there's no big deal, this is already the case for other options. | ||||
* | Pare down and simplify Active Job's rake tasks | Jeremy Kemper | 2014-09-14 | 1 | -59/+31 |
| | |||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -1/+30 |
| | |||||
* | Skip adapter queue_classic for JRuby | Peter Suschlik | 2014-08-19 | 1 | -0/+1 |
| | |||||
* | Remove activejob integration tests | Abdelkader Boudih | 2014-08-12 | 1 | -30/+46 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+68 |
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 |