aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README.rdoc
diff options
context:
space:
mode:
authorKarunakar (Ruby) <revurikarna@gmail.com>2011-10-16 01:00:57 +0530
committerKarunakar (Ruby) <revurikarna@gmail.com>2011-10-16 01:00:57 +0530
commit018e84af200859e72cc5b895c4a843f81c6b5931 (patch)
treeac77ddb60abb3711db0262493b95f712ed812344 /railties/README.rdoc
parent26204def8f28f190b9fef1144720288f87bd4fb4 (diff)
downloadrails-018e84af200859e72cc5b895c4a843f81c6b5931.tar.gz
rails-018e84af200859e72cc5b895c4a843f81c6b5931.tar.bz2
rails-018e84af200859e72cc5b895c4a843f81c6b5931.zip
railties README change to make consistent like others eg:activerecord
Diffstat (limited to 'railties/README.rdoc')
-rw-r--r--railties/README.rdoc14
1 files changed, 10 insertions, 4 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
+== 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.