aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README.rdoc
diff options
context:
space:
mode:
authorKarunakar (Ruby) <revurikarna@gmail.com>2011-10-16 01:12:00 +0530
committerKarunakar (Ruby) <revurikarna@gmail.com>2011-10-16 01:12:00 +0530
commit4867bfabaa03b4c936dd766c7f2edf0919e05ca4 (patch)
tree945a6b4784188d938b1e297f303a1f29d5219254 /railties/README.rdoc
parent018e84af200859e72cc5b895c4a843f81c6b5931 (diff)
downloadrails-4867bfabaa03b4c936dd766c7f2edf0919e05ca4.tar.gz
rails-4867bfabaa03b4c936dd766c7f2edf0919e05ca4.tar.bz2
rails-4867bfabaa03b4c936dd766c7f2edf0919e05ca4.zip
more doc changes on railties README
Diffstat (limited to 'railties/README.rdoc')
-rw-r--r--railties/README.rdoc5
1 files changed, 4 insertions, 1 deletions
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.