From 111347f0cc7b23efba06d29fc374111f9d160f06 Mon Sep 17 00:00:00 2001 From: Rashmi Yadav Date: Thu, 4 Aug 2011 12:33:56 +0530 Subject: The trailing '/' isn't being picked up by Github anyway, and the link works as is. --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/README.rdoc') diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index c494d78415..792862cb85 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -322,7 +322,7 @@ The latest version of Action Pack can be installed with Rubygems: Source code can be downloaded as part of the Rails project on GitHub -* https://github.com/rails/rails/tree/master/actionpack/ +* https://github.com/rails/rails/tree/master/actionpack == License -- cgit v1.2.3 From a7b2867061b884f8a8f18db61902874ef56c906c Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Fri, 5 Aug 2011 01:08:53 -0700 Subject: rephrase "like to be" --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/README.rdoc') diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index 792862cb85..0abfc8f81d 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -283,7 +283,7 @@ methods: The last two lines are responsible for telling ActionController where the template files are located and actually running the controller on a new -request from the web-server (like to be Apache). +request from the web-server (e.g., Apache). And the templates look like this: -- cgit v1.2.3 From b905f8c96326c86caafc20bec7e3722cf4813d2c Mon Sep 17 00:00:00 2001 From: Sukeerthi Adiga Date: Fri, 5 Aug 2011 14:04:43 +0530 Subject: Rubygems => RubyGems --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/README.rdoc') diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index 0abfc8f81d..95301c21ee 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -316,7 +316,7 @@ an URL such as /weblog/5 (where 5 is the id of the post). == Download and installation -The latest version of Action Pack can be installed with Rubygems: +The latest version of Action Pack can be installed with RubyGems: % [sudo] gem install actionpack -- cgit v1.2.3