Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Ruby

Cannot retrieve the latest commit at this time.
Failed to load latest commit information. | |||
![]() |
generators/has_comments | ||
![]() |
lib | ||
![]() |
spec | ||
![]() |
.gitignore | ||
![]() |
MIT-LICENSE | ||
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
init.rb |
README
HasComments =========== This is plug in for Ruby on Rails that aims to provide simple commenting on ActiveRecord models. At the time of writing this is very much a work in progress. Example ======= You can apply this plugin in your models like this: class Post < ActiveRecord::Base has_comments end Commenting on that post is now enabled. See the inline documentation for more information. Copyright (c) 2009 Arjan van der Gaag, released under the MIT license