Index: head/databases/rubygem-activemodel/pkg-descr =================================================================== --- head/databases/rubygem-activemodel/pkg-descr (revision 430568) +++ head/databases/rubygem-activemodel/pkg-descr (revision 430569) @@ -1,6 +1,6 @@ A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/databases/rubygem-activemodel4/pkg-descr =================================================================== --- head/databases/rubygem-activemodel4/pkg-descr (revision 430568) +++ head/databases/rubygem-activemodel4/pkg-descr (revision 430569) @@ -1,6 +1,6 @@ A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/databases/rubygem-activerecord/pkg-descr =================================================================== --- head/databases/rubygem-activerecord/pkg-descr (revision 430568) +++ head/databases/rubygem-activerecord/pkg-descr (revision 430569) @@ -1,8 +1,8 @@ Action Record In Rails, the model is handled by what's called a object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/databases/rubygem-activerecord4/pkg-descr =================================================================== --- head/databases/rubygem-activerecord4/pkg-descr (revision 430568) +++ head/databases/rubygem-activerecord4/pkg-descr (revision 430569) @@ -1,8 +1,8 @@ Action Record In Rails, the model is handled by what's called a object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/devel/rubygem-actionview/pkg-descr =================================================================== --- head/devel/rubygem-actionview/pkg-descr (revision 430568) +++ head/devel/rubygem-actionview/pkg-descr (revision 430569) @@ -1,3 +1,3 @@ Simple, battle-tested conventions and helpers for building web pages. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/devel/rubygem-activejob/pkg-descr =================================================================== --- head/devel/rubygem-activejob/pkg-descr (revision 430568) +++ head/devel/rubygem-activejob/pkg-descr (revision 430569) @@ -1,3 +1,3 @@ Declare job classes that can be run by a variety of queueing backends. -WWW: http://www.rubyonrails.org/ +WWW: http://rubyonrails.org/ Index: head/devel/rubygem-activesupport/pkg-descr =================================================================== --- head/devel/rubygem-activesupport/pkg-descr (revision 430568) +++ head/devel/rubygem-activesupport/pkg-descr (revision 430569) @@ -1,6 +1,6 @@ Active Support Utility classes and extension to the standard library that were required by Rails, but found of general use. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/devel/rubygem-activesupport4/pkg-descr =================================================================== --- head/devel/rubygem-activesupport4/pkg-descr (revision 430568) +++ head/devel/rubygem-activesupport4/pkg-descr (revision 430569) @@ -1,6 +1,6 @@ Active Support Utility classes and extension to the standard library that were required by Rails, but found of general use. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/mail/rubygem-actionmailer/pkg-descr =================================================================== --- head/mail/rubygem-actionmailer/pkg-descr (revision 430568) +++ head/mail/rubygem-actionmailer/pkg-descr (revision 430569) @@ -1,10 +1,10 @@ Action Mailer is framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcoming wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a weblog to accept new posts from an email (which could even have been sent from a phone) -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/mail/rubygem-actionmailer4/pkg-descr =================================================================== --- head/mail/rubygem-actionmailer4/pkg-descr (revision 430568) +++ head/mail/rubygem-actionmailer4/pkg-descr (revision 430569) @@ -1,10 +1,10 @@ Action Mailer is framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcoming wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a weblog to accept new posts from an email (which could even have been sent from a phone) -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/textproc/rubygem-actionpack-xml_parser/pkg-descr =================================================================== --- head/textproc/rubygem-actionpack-xml_parser/pkg-descr (revision 430568) +++ head/textproc/rubygem-actionpack-xml_parser/pkg-descr (revision 430569) @@ -1,5 +1,5 @@ actionpack-xml_parser is an XML parameters parser for Action Pack (removed from core in Rails 4.0). -WWW: http://www.rubyonrails.org/ +WWW: http://rubyonrails.org/ WWW: https://github.com/rails/actionpack-xml_parser Index: head/www/rubygem-actionpack/pkg-descr =================================================================== --- head/www/rubygem-actionpack/pkg-descr (revision 430568) +++ head/www/rubygem-actionpack/pkg-descr (revision 430569) @@ -1,12 +1,12 @@ Action Pack The controller and view of the RubyOnRails MVC-Framework is handled by the Action Pack, which handles both layers by its two parts: Action View and Action Controller. These two layers are bundled in a single package due to their heavy interdependence. This is unlike the relationship between the Active Record and Action Pack that is much more separate. Each of these packages can be used independently outside of Rails. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-actionpack4/pkg-descr =================================================================== --- head/www/rubygem-actionpack4/pkg-descr (revision 430568) +++ head/www/rubygem-actionpack4/pkg-descr (revision 430569) @@ -1,12 +1,12 @@ Action Pack The controller and view of the RubyOnRails MVC-Framework is handled by the Action Pack, which handles both layers by its two parts: Action View and Action Controller. These two layers are bundled in a single package due to their heavy interdependence. This is unlike the relationship between the Active Record and Action Pack that is much more separate. Each of these packages can be used independently outside of Rails. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-activeresource/pkg-descr =================================================================== --- head/www/rubygem-activeresource/pkg-descr (revision 430568) +++ head/www/rubygem-activeresource/pkg-descr (revision 430569) @@ -1,13 +1,13 @@ Active Resource Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures. These conventions are outlined in detail in the documentation for ActiveResource::Base. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-activeresource4/pkg-descr =================================================================== --- head/www/rubygem-activeresource4/pkg-descr (revision 430568) +++ head/www/rubygem-activeresource4/pkg-descr (revision 430569) @@ -1,13 +1,13 @@ Active Resource Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures. These conventions are outlined in detail in the documentation for ActiveResource::Base. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-rails/pkg-descr =================================================================== --- head/www/rubygem-rails/pkg-descr (revision 430568) +++ head/www/rubygem-rails/pkg-descr (revision 430569) @@ -1,12 +1,12 @@ Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby Being a full-stack framework means that all layers are built to work seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-rails4/pkg-descr =================================================================== --- head/www/rubygem-rails4/pkg-descr (revision 430568) +++ head/www/rubygem-rails4/pkg-descr (revision 430569) @@ -1,12 +1,12 @@ Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby Being a full-stack framework means that all layers are built to work seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-railties/pkg-descr =================================================================== --- head/www/rubygem-railties/pkg-descr (revision 430568) +++ head/www/rubygem-railties/pkg-descr (revision 430569) @@ -1,3 +1,3 @@ Rails internals: application bootup, plugins, generators, and rake tasks. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/ Index: head/www/rubygem-railties4/pkg-descr =================================================================== --- head/www/rubygem-railties4/pkg-descr (revision 430568) +++ head/www/rubygem-railties4/pkg-descr (revision 430569) @@ -1,3 +1,3 @@ Rails internals: application bootup, plugins, generators, and rake tasks. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/