diff options
author | Gannon McGibbon <gannon.mcgibbon@gmail.com> | 2018-11-19 00:07:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 00:07:57 -0500 |
commit | 2201197961b3aa1e3fc8033760a559def8da77e8 (patch) | |
tree | 5ef760f96528c878e28f9fd9052a3c80db46ff76 /README.md | |
parent | 218e50ce59c3abfa5ffdfac253cdeb2f74602da0 (diff) | |
parent | 308d637550f4b1ec7550df3fa6ab8db9fe7c81e8 (diff) | |
download | rails-2201197961b3aa1e3fc8033760a559def8da77e8.tar.gz rails-2201197961b3aa1e3fc8033760a559def8da77e8.tar.bz2 rails-2201197961b3aa1e3fc8033760a559def8da77e8.zip |
Merge pull request #34481 from jacobherrington/patch-1
Correct a spelling error
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ or to generate the body of an email. In Rails, View generation is handled by [Ac [Active Record](activerecord/README.rdoc), [Active Model](activemodel/README.rdoc), [Action Pack](actionpack/README.rdoc), and [Action View](actionview/README.rdoc) can each be used independently outside Rails. In addition to that, Rails also comes with [Action Mailer](actionmailer/README.rdoc), a library to generate and send emails; [Active Job](activejob/README.md), a -framework for declaring jobs and making them run on a variety of queueing +framework for declaring jobs and making them run on a variety of queuing backends; [Action Cable](actioncable/README.md), a framework to integrate WebSockets with a Rails application; [Active Storage](activestorage/README.md), a library to attach cloud and local files to Rails applications; |