diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2019-01-14 22:13:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 22:13:52 -0500 |
commit | 15088cae1904d183ce3743e754f5b73afee9a975 (patch) | |
tree | 0276602b1a8e10b0067a909bf5673743fa99cfb7 /README.md | |
parent | 00a38fc98858e1153004c4dfaf0dd8bf8d65bec3 (diff) | |
parent | bdc806c6baf24713ecea7ce5e27abbe151522963 (diff) | |
download | rails-15088cae1904d183ce3743e754f5b73afee9a975.tar.gz rails-15088cae1904d183ce3743e754f5b73afee9a975.tar.bz2 rails-15088cae1904d183ce3743e754f5b73afee9a975.zip |
Merge pull request #34931 from bogdanvlviv/add-mention-to-main-readme-about-new-libraries
Add mention to the main README about new libraries [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,11 +44,11 @@ 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 queuing +to generate and send emails; [Action Mailbox](actionmailbox/README.md), a library to receive emails within a Rails application; +[Active Job](activejob/README.md), a 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; +and local files to Rails applications; [Action Text](actiontext/README.md), a library to handle rich text content; and [Active Support](activesupport/README.rdoc), a collection of utility classes and standard library extensions that are useful for Rails, and may also be used independently outside Rails. |