From b905f8c96326c86caafc20bec7e3722cf4813d2c Mon Sep 17 00:00:00 2001 From: Sukeerthi Adiga Date: Fri, 5 Aug 2011 14:04:43 +0530 Subject: Rubygems => RubyGems --- railties/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/README.rdoc') diff --git a/railties/README.rdoc b/railties/README.rdoc index 0457227473..eb7ed961e3 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -11,7 +11,7 @@ Railties is responsible to glue all frameworks together. Overall, it: == Download -The latest version of Railties can be installed with Rubygems: +The latest version of Railties can be installed with RubyGems: * gem install railties -- cgit v1.2.3 From 6bdf4a3829acd089adddfb2b534ed66d974b902a Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Wed, 24 Aug 2011 23:00:43 -0700 Subject: incorporate feedback from vijaydev and dasch to rephrase this to sound more natural, and some grammar fixes. --- railties/README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'railties/README.rdoc') diff --git a/railties/README.rdoc b/railties/README.rdoc index eb7ed961e3..501541eb06 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -1,12 +1,12 @@ = Railties -- Gluing the Engine to the Rails -Railties is responsible to glue all frameworks together. Overall, it: +Railties is responsible for gluing all frameworks together. Overall, it: -* handles all the bootstrapping process for a Rails application; +* handles the bootstrapping process for a Rails application; -* manages rails command line interface; +* manages the +rails+ command line interface; -* provides Rails generators core; +* and provides Rails generators core. == Download -- cgit v1.2.3 From 952bccd1abe142c214605897a14682ae29a16adc Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Wed, 21 Sep 2011 01:23:58 -0700 Subject: add "the" to mirror the structure of the other two points --- railties/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/README.rdoc') diff --git a/railties/README.rdoc b/railties/README.rdoc index 501541eb06..95c43045b0 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -6,7 +6,7 @@ Railties is responsible for gluing all frameworks together. Overall, it: * manages the +rails+ command line interface; -* and provides Rails generators core. +* and provides the Rails generators core. == Download -- cgit v1.2.3 From 018e84af200859e72cc5b895c4a843f81c6b5931 Mon Sep 17 00:00:00 2001 From: "Karunakar (Ruby)" Date: Sun, 16 Oct 2011 01:00:57 +0530 Subject: railties README change to make consistent like others eg:activerecord --- railties/README.rdoc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'railties/README.rdoc') diff --git a/railties/README.rdoc b/railties/README.rdoc index 95c43045b0..b77304fc3b 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -15,12 +15,18 @@ The latest version of Railties can be installed with RubyGems: * gem install railties -Documentation can be found at +== License -* http://api.rubyonrails.org +Railties is released under the MIT license. +== Support -== License +API documentation is at -Railties is released under the MIT license. +* http://api.rubyonrails.org + +Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here: + +* https://github.com/rails/rails/issues +You can find more usage information in the ActiveResource::Base documentation. -- cgit v1.2.3 From 4867bfabaa03b4c936dd766c7f2edf0919e05ca4 Mon Sep 17 00:00:00 2001 From: "Karunakar (Ruby)" Date: Sun, 16 Oct 2011 01:12:00 +0530 Subject: more doc changes on railties README --- railties/README.rdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'railties/README.rdoc') diff --git a/railties/README.rdoc b/railties/README.rdoc index b77304fc3b..ae40600401 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -15,6 +15,10 @@ The latest version of Railties can be installed with RubyGems: * gem install railties +Source code can be downloaded as part of the Rails project on GitHub + +* https://github.com/rails/rails/tree/master/railties + == License Railties is released under the MIT license. @@ -29,4 +33,3 @@ Bug reports and feature requests can be filed with the rest for the Ruby on Rail * https://github.com/rails/rails/issues -You can find more usage information in the ActiveResource::Base documentation. -- cgit v1.2.3