wok-6.x rev 19999
Add: description.txt
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Sat Jul 29 07:59:41 2017 -0300 (2017-07-29) |
parents | bb4d56bc361e |
children | bf23995a4552 |
files | actionmailer/description.txt actionpack/description.txt activerecord/description.txt activeresource/description.txt activesupport/description.txt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/actionmailer/description.txt Sat Jul 29 07:59:41 2017 -0300 1.3 @@ -0,0 +1,2 @@ 1.4 +Email on Rails. Compose, deliver, receive, and test emails using the familiar 1.5 +controller/view pattern. First-class support for multipart email and attachments. 1.6 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/actionpack/description.txt Sat Jul 29 07:59:41 2017 -0300 2.3 @@ -0,0 +1,2 @@ 2.4 +Web apps on Rails. Simple, battle-tested conventions for building and testing 2.5 +MVC web applications. Works with any Rack-compatible server. 2.6 \ No newline at end of file
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/activerecord/description.txt Sat Jul 29 07:59:41 2017 -0300 3.3 @@ -0,0 +1,3 @@ 3.4 +Databases on Rails. Build a persistent domain model by mapping database tables 3.5 +to Ruby classes. Strong conventions for associations, validations, aggregations, 3.6 +migrations, and testing come baked-in. 3.7 \ No newline at end of file
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/activeresource/description.txt Sat Jul 29 07:59:41 2017 -0300 4.3 @@ -0,0 +1,2 @@ 4.4 +REST on Rails. Wrap your RESTful web app with Ruby classes and work with them 4.5 +like Active Record models. 4.6 \ No newline at end of file
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/activesupport/description.txt Sat Jul 29 07:59:41 2017 -0300 5.3 @@ -0,0 +1,3 @@ 5.4 +A toolkit of support libraries and Ruby core extensions extracted from the Rails 5.5 +framework. Rich support for multibyte strings, internationalization, time zones, 5.6 +and testing. 5.7 \ No newline at end of file