From 9714d866f51b46ac398f52cb96e47e597a4b68a5 Mon Sep 17 00:00:00 2001 From: Sebastian Gassner Date: Wed, 20 Jul 2011 10:31:57 +0200 Subject: Documentation fix: adding missing equal sign in code sample for ActiveModel::Dirty. --- activemodel/lib/active_model/dirty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb index 166cccf161..e3e71525fa 100644 --- a/activemodel/lib/active_model/dirty.rb +++ b/activemodel/lib/active_model/dirty.rb @@ -29,7 +29,7 @@ module ActiveModel # # include ActiveModel::Dirty # - # define_attribute_methods [:name] + # define_attribute_methods = [:name] # # def name # @name -- cgit v1.2.3 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') 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 From 5801f42975bd099f3652a04839081f495722072d Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Thu, 21 Jul 2011 10:12:29 -0700 Subject: fixed type --- activemodel/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index f91e79810d..a0e6b4d9b3 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -197,7 +197,7 @@ Source code can be downloaded as part of the Rails project on GitHub == License -Action Pack is released under the MIT license. +Active Model is released under the MIT license. == Support -- cgit v1.2.3