From 018e84af200859e72cc5b895c4a843f81c6b5931 Mon Sep 17 00:00:00 2001 From: "Karunakar (Ruby)" Date: Sun, 16 Oct 2011 01:00:57 +0530 Subject: [PATCH] railties README change to make consistent like others eg:activerecord --- railties/README.rdoc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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 - -* http://api.rubyonrails.org - - == License Railties is released under the MIT license. +== Support + +API documentation is at + +* 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.