From 840ca47a46d96c3377b645005ae1a70aeade0d41 Mon Sep 17 00:00:00 2001 From: Bratish Goswami Date: Thu, 21 Jul 2011 13:03:45 +0530 Subject: Download and installation, License and Support sections added for activemodel --- activemodel/README.rdoc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'activemodel/README.rdoc') diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index b5b5edd52a..f91e79810d 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -182,3 +182,30 @@ modules: p.valid? # => true {Learn more}[link:classes/ActiveModel/Validator.html] + + +== Download and installation + +The latest version of Active Model can be installed with Rubygems: + + % [sudo] gem install activemodel + +Source code can be downloaded as part of the Rails project on GitHub + +* https://github.com/rails/rails/tree/master/activemodel/ + + +== License + +Action Pack 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 -- cgit v1.2.3