wok-6.x rev 20000
Add: description.txt (again) | Rev: line-end.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Sat Jul 29 08:04:42 2017 -0300 (2017-07-29) |
parents | 935cebd72f5a |
children | c0f288d8f56b |
files | actionmailer/description.txt actionpack/description.txt activerecord/description.txt activeresource/description.txt activesupport/description.txt |
line diff
1.1 --- a/actionmailer/description.txt Sat Jul 29 07:59:41 2017 -0300 1.2 +++ b/actionmailer/description.txt Sat Jul 29 08:04:42 2017 -0300 1.3 @@ -1,2 +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 1.7 +controller/view pattern. First-class support for multipart email and attachments.
2.1 --- a/actionpack/description.txt Sat Jul 29 07:59:41 2017 -0300 2.2 +++ b/actionpack/description.txt Sat Jul 29 08:04:42 2017 -0300 2.3 @@ -1,2 +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 2.7 +MVC web applications. Works with any Rack-compatible server.
3.1 --- a/activerecord/description.txt Sat Jul 29 07:59:41 2017 -0300 3.2 +++ b/activerecord/description.txt Sat Jul 29 08:04:42 2017 -0300 3.3 @@ -1,3 +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 3.8 +migrations, and testing come baked-in.
4.1 --- a/activeresource/description.txt Sat Jul 29 07:59:41 2017 -0300 4.2 +++ b/activeresource/description.txt Sat Jul 29 08:04:42 2017 -0300 4.3 @@ -1,2 +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 4.7 +like Active Record models.
5.1 --- a/activesupport/description.txt Sat Jul 29 07:59:41 2017 -0300 5.2 +++ b/activesupport/description.txt Sat Jul 29 08:04:42 2017 -0300 5.3 @@ -1,3 +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 5.8 +and testing.