# HG changeset patch # User Leonardo Laporte # Date 1501325981 10800 # Node ID 935cebd72f5a00cfde431904b769c86cf06ef6ae # Parent bb4d56bc361e59858c3d412dc876387899f21d04 Add: description.txt diff -r bb4d56bc361e -r 935cebd72f5a actionmailer/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/actionmailer/description.txt Sat Jul 29 07:59:41 2017 -0300 @@ -0,0 +1,2 @@ +Email on Rails. Compose, deliver, receive, and test emails using the familiar +controller/view pattern. First-class support for multipart email and attachments. \ No newline at end of file diff -r bb4d56bc361e -r 935cebd72f5a actionpack/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/actionpack/description.txt Sat Jul 29 07:59:41 2017 -0300 @@ -0,0 +1,2 @@ +Web apps on Rails. Simple, battle-tested conventions for building and testing +MVC web applications. Works with any Rack-compatible server. \ No newline at end of file diff -r bb4d56bc361e -r 935cebd72f5a activerecord/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/activerecord/description.txt Sat Jul 29 07:59:41 2017 -0300 @@ -0,0 +1,3 @@ +Databases on Rails. Build a persistent domain model by mapping database tables +to Ruby classes. Strong conventions for associations, validations, aggregations, +migrations, and testing come baked-in. \ No newline at end of file diff -r bb4d56bc361e -r 935cebd72f5a activeresource/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/activeresource/description.txt Sat Jul 29 07:59:41 2017 -0300 @@ -0,0 +1,2 @@ +REST on Rails. Wrap your RESTful web app with Ruby classes and work with them +like Active Record models. \ No newline at end of file diff -r bb4d56bc361e -r 935cebd72f5a activesupport/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/activesupport/description.txt Sat Jul 29 07:59:41 2017 -0300 @@ -0,0 +1,3 @@ +A toolkit of support libraries and Ruby core extensions extracted from the Rails +framework. Rich support for multibyte strings, internationalization, time zones, +and testing. \ No newline at end of file