| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the phrase as well | Steven Chanin | 2017-05-09 | 1 | -1/+1 |
* | Capitalize Rake | Steven Chanin | 2017-05-09 | 1 | -2/+2 |
* | [ci skip] explain async queue and rake tasks | Steven Chanin | 2017-05-09 | 1 | -0/+6 |
* | Remove stray back-end from ActiveJob Basics guide | Simon Dawson | 2017-03-19 | 1 | -1/+1 |
* | [ci skip] Updates ActiveJob guide on default runner. | Phil Nash | 2016-08-18 | 1 | -3/+4 |
* | Changed ActiveJob::Base to ApplicationJob in the Active Job guide [ci skip] | Nikhil Thombare | 2016-06-13 | 1 | -11/+11 |
* | - Added documentation for ActiveJob queue adapter for a specific job. | Mohit Natoo | 2016-04-20 | 1 | -0/+12 |
* | Change the default adapter from inline to async | David Heinemeier Hansson | 2016-02-05 | 1 | -4/+6 |
* | Add job suffix to sample's job file name | Manu | 2016-01-05 | 1 | -2/+2 |
* | Fixed wording. | Mike Boone | 2015-11-08 | 1 | -1/+1 |
* | [ci skip] Add backend queue starting documentation | schneems | 2015-10-16 | 1 | -3/+12 |
* | Fix "Esperanto" name | Miguel Parramon | 2015-10-07 | 1 | -1/+1 |
* | [ci skip] How to pass arguments to ActiveJob Jobs | Dhia Eddine Chouchane | 2015-08-13 | 1 | -5/+12 |
* | Merge pull request #20800 from xijo/make_active_job_locale_aware | Kasper Timm Hansen | 2015-08-04 | 1 | -0/+13 |
|\ |
|
| * | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+13 |
* | | Add Deserialization section on guides at ActiveJob Exception | Mauro George | 2015-07-08 | 1 | -0/+7 |
|/ |
|
* | Wrong documentation about Rails autoload on active_jobs_basics doc [ci skip] | Mehmet Emin İNAÇ | 2015-06-14 | 1 | -19/+0 |
* | Extended 'Active Job Basics' edge guide with more detailed information and an... | Andreas Metzger | 2015-06-14 | 1 | -12/+41 |
* | Spell out "asynchronously" instead of async in guides [ci skip] | Prathamesh Sonpatki | 2015-04-19 | 1 | -1/+1 |
* | add active job testing section [ci skip] | David Fernandez | 2015-04-16 | 1 | -0/+7 |
* | Use sentence case for consistency in comments | Marcel Morgan | 2015-02-20 | 1 | -5/+5 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-01-15 | 1 | -8/+10 |
|\ |
|
| * | Fixed spacing issues on code comments in ActiveJob Basics guide. | Vipul A M | 2015-01-14 | 1 | -7/+9 |
| * | GlobalID::Identification has been mixed into AR not AM | Cristian Bica | 2015-01-08 | 1 | -1/+1 |
* | | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-01-03 | 1 | -1/+0 |
|\ |
|
| * | [ci skip] :scissors: a blank line from code (Active Job Guide). | Juanito Fatas | 2015-01-02 | 1 | -1/+0 |
* | | Merge pull request #18274 from rajcybage/spell_fix | Robin Dupret | 2014-12-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix spell life cycle on activejob docs [ ci skip] | Rajarshi Das | 2014-12-31 | 1 | -2/+2 |
* | | | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| |/
|/| |
|
* | | Fix default queue name prefix delimiter | Eric Skogen | 2014-12-12 | 1 | -1/+1 |
* | | [CI SKIP] Improvements to Active Job guide. | Guo Xiang Tan | 2014-11-20 | 1 | -10/+12 |
* | | [CI SKIP] Missing space. | Guo Xiang Tan | 2014-11-16 | 1 | -1/+1 |
* | | Tiny documentation fixes and styling improvements | Robin Dupret | 2014-11-01 | 1 | -10/+15 |
* | | Tiny documentation improvements [ci skip] | Robin Dupret | 2014-10-31 | 1 | -5/+4 |
* | | correct GlobalID mixin name in the guides | Chris Moylan | 2014-10-29 | 1 | -1/+1 |
* | | Added queue_name_delimiter attribute. | Terry Meacham | 2014-10-26 | 1 | -0/+23 |
* | | Tiny follow-up to #16999 [ci skip] | Robin Dupret | 2014-09-27 | 1 | -1/+1 |
* | | Added RDoc for each Active Job adapter | Cristian Bica | 2014-09-22 | 1 | -35/+7 |
* | | Standardize on `Rails.application` [ci skip] | Tamir Duberstein | 2014-09-19 | 1 | -1/+1 |
|/ |
|
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -6/+38 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-09-03 | 1 | -1/+1 |
|\ |
|
| * | Highlight Class/Module [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
| * | Fix typo in ActiveJob guide [ci skip] | प्रथमेश | 2014-08-26 | 1 | -1/+1 |
* | | ActiveJob: Implemented enqueue_at for QueueClassic | Cristian Bica | 2014-09-02 | 1 | -12/+17 |
* | | Fix example code in Active Job guide [ci skip] | yuuji.yaginuma | 2014-08-23 | 1 | -1/+1 |
* | | Merge pull request #16655 from brocktimus/20140823_doco_change | Zachary Scott | 2014-08-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Properly referencing AR::RecordNotFound in AJ guide rescuing example | Brock Trappitt | 2014-08-23 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #16641 from cristianbica/aj-backburner-enqueue-later | Rafael Mendonça França | 2014-08-22 | 1 | -4/+4 |
|\ \ |
|
| * | | Implemented enqueue_at for ActiveJob's Backburner adapter | Cristian Bica | 2014-08-22 | 1 | -4/+4 |