Remove "transversal" from the Active Support definition

In the guides Active Support is defined as providing "transversal stuff".
This is not a commonly used term and might intimidate beginners.

Co-Authored-By: Alex Ghiculescu <alex@tanda.co>
This commit is contained in:
Petrik 2021-07-15 21:00:06 +02:00
parent c2669b85ba
commit 5b5cb816ad
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,8 @@
Active Support Core Extensions Active Support Core Extensions
============================== ==============================
Active Support is the Ruby on Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. Active Support is the Ruby on Rails component responsible for providing Ruby
language extensions and utilities.
It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Ruby on Rails itself. It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Ruby on Rails itself.

View File

@ -119,9 +119,9 @@
name: Active Support Core Extensions name: Active Support Core Extensions
url: active_support_core_extensions.html url: active_support_core_extensions.html
description: > description: >
Active Support provides Ruby language extensions, utilities, and other Active Support provides Ruby language extensions and utilities.
transversal stuff. It enriches the Ruby language for the development of It enriches the Ruby language for the development of Rails
Rails applications, and for the development of Ruby on Rails itself. applications, and for the development of Ruby on Rails itself.
- -
name: Action Mailer Basics name: Action Mailer Basics
url: action_mailer_basics.html url: action_mailer_basics.html