Commit Graph

42 Commits

Author SHA1 Message Date
Prathamesh Sonpatki
47fbde43a0 Spell out "asynchronously" instead of async in guides [ci skip] 2015-04-19 11:00:32 +05:30
David Fernandez
e87ad3c003 add active job testing section [ci skip] 2015-04-16 08:46:12 +02:00
Marcel Morgan
30afeb7eb5 Use sentence case for consistency in comments
[ci skip]
2015-02-20 12:47:55 -05:00
Vijay Dev
3f96b6973b Merge branch 'master' of github.com:rails/docrails 2015-01-15 07:28:21 +00:00
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
Vipul A M
34dc028e75 Fixed spacing issues on code comments in ActiveJob Basics guide.
Before: http://take.ms/z39h2
After: http://take.ms/Mo0G3
2015-01-14 11:47:24 +05:30
Cristian Bica
de40b87e61 GlobalID::Identification has been mixed into AR not AM 2015-01-08 11:09:41 +02:00
Vijay Dev
4b9dba99d6 Merge branch 'master' of github.com:rails/docrails 2015-01-03 14:58:17 +00:00
Juanito Fatas
6ae6e48b6e [ci skip] ✂️ a blank line from code (Active Job Guide). 2015-01-02 13:27:17 +08:00
Robin Dupret
7d1718f49e Merge pull request #18274 from rajcybage/spell_fix
Fix spell life cycle on activejob docs [ci skip]
2014-12-31 11:26:23 +01:00
Rajarshi Das
0f80b9f997 Fix spell life cycle on activejob docs [ ci skip] 2014-12-31 15:51:37 +05:30
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Eric Skogen
50a3e482ad Fix default queue name prefix delimiter
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
2014-12-12 11:27:30 -06:00
Guo Xiang Tan
5758f26ba2 [CI SKIP] Improvements to Active Job guide. 2014-11-20 23:29:48 +08:00
Guo Xiang Tan
b7c262b250 [CI SKIP] Missing space. 2014-11-16 23:22:33 +08:00
Robin Dupret
30c3813cf0 Tiny documentation fixes and styling improvements
[ci skip]
2014-11-01 19:36:24 +01:00
Robin Dupret
aeb431a6ca Tiny documentation improvements [ci skip] 2014-10-31 19:48:42 +01:00
Chris Moylan
79e5c0de6d correct GlobalID mixin name in the guides 2014-10-29 16:36:16 -05:00
Terry Meacham
11ab04b111 Added queue_name_delimiter attribute.
- Added ActiveJob::Base#queue_name_delimiter to allow for
  developers using ActiveJob to change the delimiter from the default
  ('_') to whatever else they may be using (e.g., '.', '-', ...).

- Updated source guide to include a blurb about the delimiter.
2014-10-26 21:46:05 -05:00
Robin Dupret
d63005447b Tiny follow-up to #16999 [ci skip]
* Fix a typo
* Remove references to Rails version
* Remove an extra whitespace
2014-09-27 16:22:15 +02:00
Cristian Bica
c9a4c2a5ce Added RDoc for each Active Job adapter 2014-09-22 17:33:02 +03:00
Tamir Duberstein
994d3ebe9b Standardize on Rails.application [ci skip]
This seems to be the style settled on in most of the templates.
2014-09-19 10:42:58 -07:00
Cristian Bica
1e237b4e44 Active Job refactoring 2014-09-03 23:01:46 +03:00
Vijay Dev
1fc2e70495 Merge branch 'master' of github.com:rails/docrails 2014-09-03 16:14:10 +00:00
Cristian Bica
5255e4f39f ActiveJob: Implemented enqueue_at for QueueClassic 2014-09-02 14:35:53 +03:00
Harshad Sabne
f0249bc578 Highlight Class/Module [ci skip] 2014-08-31 16:58:51 +05:30
प्रथमेश
41739a2677 Fix typo in ActiveJob guide [ci skip] 2014-08-26 00:01:28 -05:00
yuuji.yaginuma
ec1c608b5d Fix example code in Active Job guide [ci skip] 2014-08-23 22:07:49 +09:00
Zachary Scott
b918bf9a19 Merge pull request #16655 from brocktimus/20140823_doco_change
Correct AR::RecordNotFound in AJ guide rescue example [ci skip]
2014-08-23 00:09:05 -07:00
Brock Trappitt
3c8c9c181a Properly referencing AR::RecordNotFound in AJ guide rescuing example 2014-08-23 13:40:49 +08:00
Rafael Mendonça França
ab00b24535 Merge pull request #16641 from cristianbica/aj-backburner-enqueue-later
Implemented enqueue_at for ActiveJob's Backburner adapter
2014-08-22 14:23:30 -03:00
Cristian Bica
94a7a863d3 Active Job guide: Add info about queue_name prefix and clarity supporter features 2014-08-22 17:56:34 +03:00
Cristian Bica
e084d5bd7a Implemented enqueue_at for ActiveJob's Backburner adapter 2014-08-22 17:44:48 +03:00
Xavier Noria
a57f7b5797 ActiveJob -> Active Job [ci skip]
See http://guides.rubyonrails.org/api_documentation_guidelines.html#wording
2014-08-21 23:28:10 +02:00
Logan Hasson
e569e12c66 Fix a few typos/some grammar in Active Job Basics 2014-08-20 15:08:19 -04:00
Rafael Mendonça França
0baed94064 Merge pull request #16582 from cristianbica/actionmailer-deprecate-deliver
Deprecated ActionMailer .deliver and updated ActionMailer / ActiveJob docs/guide
2014-08-20 13:15:16 -03:00
Cristian Bica
9e7f4a94ca Updated rdoc / guides / release notes related to ActiveJob / ActionMailer 2014-08-20 17:48:34 +03:00
Juanito Fatas
5833163faf [ci skip] Format pass of Active Job Basics guide. 2014-08-20 21:37:27 +08:00
Cristian Bica
cf75464d26 ActiveJob guides improvements [ci skip] 2014-08-16 15:28:09 +03:00
Cristian Bica
94ae25ecd5 ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure ActiveJob from app.config.active_job 2014-08-15 23:32:08 +03:00
Cristian Bica
b6496713e9 Update ActiveJob guide [ci skip] 2014-08-13 23:05:21 +03:00
Cristian Bica
95b79c1ff4 [ci skip] First version of the Active Job guide 2014-08-13 22:43:08 +03:00