Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in active_job_basics.md | Jon Evans | 2018-03-15 | 1 | -1/+1 |
| | | | `it's` -> `its` | ||||
* | Fixes a typo and updates active_job_basics.md | Dharam Gollapudi | 2018-03-08 | 1 | -1/+1 |
| | | | Fixes a typo | ||||
* | Merge pull request #32026 from bogdanvlviv/improve-30941 | Rafael França | 2018-02-20 | 1 | -14/+13 |
|\ | | | | | Improve ActiveJob custom argument serializers #30941 | ||||
| * | Fix docs of ActiveJob custom argument serializers | bogdanvlviv | 2018-02-17 | 1 | -14/+13 |
| | | | | | | | | | | | | Add `:nodoc:` to `ActiveJob::Serializers` Add `:doc:` to `ActiveJob::Serializers::ObjectSerializer#klass` Express `ActiveJob::Serializers::ObjectSerializer#klass` as private method | ||||
* | | Fix active_job_basics.md callbacks example [ci skip] | fatkodima | 2018-02-18 | 1 | -1/+1 |
| | | |||||
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -1/+1 |
|/ | | | | | | Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028 | ||||
* | Missing backquote, extra end keyword [ci skip] | Yauheni Dakuka | 2018-02-15 | 1 | -18/+17 |
| | |||||
* | Simplify the implementation of custom argument serializers | Rafael Mendonça França | 2018-02-14 | 1 | -6/+0 |
| | | | | | | | | | | | | | We can speed up things for the supported types by keeping the code in the way it was. We can also avoid to loop trough all serializers in the deserialization by trying to access the class already in the Hash. We could also speed up the custom serialization if we define the class that is going to be serialized when registering the serializers, but that will remove the possibility of defining a serialzer for a superclass and have the subclass serialized using it. | ||||
* | Improve documentation on custom serializers | Rafael Mendonça França | 2018-02-14 | 1 | -22/+21 |
| | |||||
* | Remove non-default serializers | Evgenii Pecherkin | 2018-02-14 | 1 | -4/+0 |
| | |||||
* | Introduce serializers to ActiveJob | Evgenii Pecherkin | 2018-02-14 | 1 | -2/+63 |
| | |||||
* | Use ApplicationJob instead of ActiveJob::Base in guide [ci skip] | Yoshiyuki Hirano | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | add section to guides for discarding and retrying active jobs [ci skip] | Gerard Cahill | 2017-09-18 | 1 | -0/+19 |
| | |||||
* | Update Active Job Basics [ci skip] | Yoshiyuki Hirano | 2017-09-14 | 1 | -0/+1 |
| | | | | * Add Sneakers link to documentation list. | ||||
* | Fix indentation [ci skip] | Yauheni Dakuka | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Make one line example fit on one line [ci skip] | Bart de Water | 2017-08-09 | 1 | -3/+1 |
| | |||||
* | Improve callback examples in Active Job guide [ci skip] | Bart de Water | 2017-08-03 | 1 | -22/+32 |
| | | | | The advice for symbol/block form is taken from the Active Record guides. | ||||
* | remove the phrase as well | Steven Chanin | 2017-05-09 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | 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 |
| | | | | [ci skip] | ||||
* | Remove stray back-end from ActiveJob Basics guide | Simon Dawson | 2017-03-19 | 1 | -1/+1 |
| | | | The hyphenated form "back-end" only appears once in this guide; elsewhere, the un-hyphenated form "backend" is used consistently. | ||||
* | [ci skip] Updates ActiveJob guide on default runner. | Phil Nash | 2016-08-18 | 1 | -3/+4 |
| | | | | The immediate runner is no longer default, the async adapter is. | ||||
* | Changed ActiveJob::Base to ApplicationJob in the Active Job guide [ci skip] | Nikhil Thombare | 2016-06-13 | 1 | -11/+11 |
| | | | @prathamesh-sonpatki | ||||
* | - Added documentation for ActiveJob queue adapter for a specific job. | Mohit Natoo | 2016-04-20 | 1 | -0/+12 |
| | | | | | | | | [ci skip] Added note on child class maintaining parent's queue adapter. [ci skip] Added note on child class maintaining parent's queue adapter. [ci skip] removed documentation for child class inheriting the queue adapter. | ||||
* | 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 |
| | | | | If you can't start your queue, you won't process much. This change adds external links to the Queue backends that have Active Job specific docs. | ||||
* | Fix "Esperanto" name | Miguel Parramon | 2015-10-07 | 1 | -1/+1 |
| | | | | | Correct spelling is "Esperanto": https://en.wikipedia.org/wiki/Esperanto | ||||
* | [ci skip] How to pass arguments to ActiveJob Jobs | Dhia Eddine Chouchane | 2015-08-13 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | A section explaining how to pass arguments to Jobs has been added. [ci skip] How to pass arguments to ActiveJob Jobs Removed the "how to pass arguments" from what you will know section [ci skip] improving Enqueue Job section Using GuestsCleanupJob rather than MyJob for coherence. [ci skip] Passing args section merged with enqueuing jobs Passing args is now explained through examples withing Enqueuing the Jobs section [ci skip] Unnecessary example removed [ci skip] Typo fixed (missing as) | ||||
* | Merge pull request #20800 from xijo/make_active_job_locale_aware | Kasper Timm Hansen | 2015-08-04 | 1 | -0/+13 |
|\ | | | | | Make ActiveJob locale aware | ||||
| * | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `#perform_later` is called the locale isn't stored on the queue, which results in a locale reset when the job is performed. An example of the problem: I18n.locale = 'de' HelloJob.perform_now # german message, correct but I18n.locale = 'de' HelloJob.perform_later # english message, incorrect This PR attaches the current I18n.locale to every job during the serialization process. It is then restored during deserialization and used to perform the job with the correct locale. It falls back to the default locale if no serialized locale is found in order to provide backward compatibility with previously stored jobs. It is not necessary to clear the queue for the update. | ||||
* | | Add Deserialization section on guides at ActiveJob Exception | Mauro George | 2015-07-08 | 1 | -0/+7 |
|/ | | | | [ci skip] | ||||
* | Wrong documentation about Rails autoload on active_jobs_basics doc [ci skip] | Mehmet Emin İNAÇ | 2015-06-14 | 1 | -19/+0 |
| | | | | By default Rails automaticaly loads all files under the app directory | ||||
* | Extended 'Active Job Basics' edge guide with more detailed information and ↵ | Andreas Metzger | 2015-06-14 | 1 | -12/+41 |
| | | | | | | an additional step [ci skip] Normalized use of 'queueing'/'queuing' in the document. | ||||
* | 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 |
| | | | | [ci skip] | ||||
* | 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 |
| | | | | | | | | | | Before: http://take.ms/z39h2 After: http://take.ms/Mo0G3 | ||||
| * | 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 |
|/ | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | 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] | ||||
| * | | 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 |
| |/ |/| | | | | | References #18148. | ||||
* | | Fix default queue name prefix delimiter | Eric Skogen | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | | | Now displays as underscore, and not an empty string, when converted from markdown to HTML. Escaped the underscore per http://daringfireball.net/projects/markdown/syntax#em Fixes rails/rails#18009 | ||||
* | | [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 |
| | |