From df6b9c27e225c2625671a4b762ee8c9e45d0ed10 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 26 Aug 2014 13:46:03 -0600 Subject: [PATCH] Change rails short desc as per FredLifton --- rails/README-short.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails/README-short.txt b/rails/README-short.txt index 9c4022c10..00ba995ff 100644 --- a/rails/README-short.txt +++ b/rails/README-short.txt @@ -1 +1 @@ -Ruby On Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration. +Ruby on Rails is an open-source application framework written in Ruby. It emphasizes best practices such as convention over configuration, active record pattern, and the model-view-controller pattern.