| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit ActionController::Parameters for serializable Hash | Bernie Chiu | 2018-11-19 | 1 | -0/+15 |
* | Remove an extra `@mutex.synchronize` | yuuji.yaginuma | 2018-10-19 | 1 | -12/+1 |
* | Return a non zero code when can not connect to backend on CI | yuuji.yaginuma | 2018-10-19 | 4 | -4/+8 |
* | Ignore psqlrc files when executing psql commands | J Smith | 2018-09-17 | 2 | -4/+4 |
* | Print correct rake command on running AJ integration tests | bogdanvlviv | 2018-09-17 | 1 | -1/+1 |
* | Fix Ruby warnings tickled by the test suite | utilum | 2018-06-30 | 2 | -4/+6 |
* | Remove support for Qu gem. | Alberto Almagro | 2018-03-19 | 1 | -40/+0 |
* | Add support for timezones to Active Job | Andrew White | 2018-02-22 | 2 | -0/+5 |
* | Explicitly require `sidekiq/cli` | yuuji.yaginuma | 2017-12-16 | 1 | -0/+1 |
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -1/+1 |
* | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-11-13 | 2 | -9/+1 |
* | Return a non zero code when can not connect to redis in CI | yuuji.yaginuma | 2017-11-13 | 2 | -2/+4 |
* | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 2 | -2/+1 |
* | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
* | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 1 | -7/+4 |
* | Use `ActiveJob::Base.queue_adapter_name` to get adapter name | yuuji.yaginuma | 2017-08-17 | 1 | -3/+1 |
* | Wait for the Delayed Job worker thread to finish | Matthew Draper | 2017-08-13 | 1 | -0/+1 |
* | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 21 | -0/+21 |
* | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-07-10 | 2 | -1/+9 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 21 | -0/+21 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 21 | -21/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 21 | -0/+21 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 1 | -2/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 2 | -2/+2 |
* | make backburner integration test to work | yuuji.yaginuma | 2017-01-28 | 1 | -2/+2 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Active Job tests | Akira Matsuda | 2016-12-24 | 2 | -2/+2 |
* | Avoid race condition in AJ integration tests | Matthew Draper | 2016-11-30 | 2 | -1/+3 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 6 | -11/+11 |
* | removes requires already present in active_support/rails | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -7/+7 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 2 | -2/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 3 | -3/+1 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -3/+2 |
* | modernizes hash syntax in activejob | Xavier Noria | 2016-08-06 | 2 | -11/+11 |
* | applies new string literal convention in activejob/test | Xavier Noria | 2016-08-06 | 16 | -50/+50 |
* | Chomp: prefer String#chomp where we can for a clarity boost | lvl0nax | 2016-04-29 | 1 | -1/+3 |
* | Merge pull request #23966 from jeremy/activejob/pare-down-async-adapter-for-l... | Jeremy Daer | 2016-03-01 | 1 | -1/+2 |
|\ |
|
| * | Active Job: smaller footprint for the dev/test async adapter | Jeremy Daer | 2016-02-29 | 1 | -1/+2 |
* | | - Updating the dummy app template to have rails_command instead of rake | Mohit Natoo | 2016-03-01 | 1 | -1/+1 |
|/ |
|
* | Remove celluloid from the Gemfile | Rafael Mendonça França | 2016-01-27 | 1 | -3/+1 |
* | Fix race condition testing for job execution order | Will Jessop | 2015-11-23 | 2 | -6/+17 |
* | Merge pull request #19425 from wvengen/feature/activejob-priority-master | Rafael Mendonça França | 2015-09-25 | 2 | -2/+7 |
|\ |
|
| * | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 2 | -2/+7 |
* | | Use Sidekiq.options to set initial wait | Andrew White | 2015-09-21 | 1 | -1/+1 |
* | | Run `rake db:migrate` for all Active Job integration tests | Andrew White | 2015-09-21 | 1 | -1/+2 |
* | | Added new lines to run title for easy log reading | hiren mistry | 2015-09-19 | 1 | -1/+1 |
|/ |
|