jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin

This URL has Read+Write access

Matthew Van Horn (author)
Thu Jun 04 09:14:10 -0700 2009
jackdempsey (committer)
Wed Jul 01 09:53:00 -0700 2009
acts_as_commentable / CHANGELOG
100644 7 lines (6 sloc) 0.383 kb
1
2
3
4
5
6
7
* revision 8: Changed has_many :dependent => true to :dependent => :destroy for Rails 1.2.2
                 + Thanks Josh Martin
              Added an order clause in the has_many relationship.
              Made comment column type to text from string in migration example in README
                 + Thanks Patrick Crowley
              Added this CHANGELOG file.