Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Rails 3 version of acts_as_commentable gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Tillman committed Aug 21, 2010
1 parent 81a6dd0 commit 6b13285
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 424 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'http://rubygems.org'

gem 'rails', '>=3.0.0.rc'

gem 'acts_as_commentable'
gem 'acts-as-taggable-on'
gem 'authlogic', '>=2.1.6'
gem 'faker', '0.3.1'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -29,6 +29,7 @@ GEM
activesupport (= 3.0.0.rc)
activesupport (3.0.0.rc)
acts-as-taggable-on (2.0.6)
acts_as_commentable (3.0.0)
archive-tar-minitar (0.5.2)
arel (0.4.0)
activesupport (>= 3.0.0.beta)
Expand Down Expand Up @@ -101,6 +102,7 @@ PLATFORMS

DEPENDENCIES
acts-as-taggable-on
acts_as_commentable
authlogic (>= 2.1.6)
faker (= 0.3.1)
haml
Expand Down
13 changes: 0 additions & 13 deletions vendor/plugins/acts_as_commentable/CHANGELOG

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/plugins/acts_as_commentable/MIT-LICENSE

This file was deleted.

65 changes: 0 additions & 65 deletions vendor/plugins/acts_as_commentable/OLD_README

This file was deleted.

73 changes: 0 additions & 73 deletions vendor/plugins/acts_as_commentable/README

This file was deleted.

47 changes: 0 additions & 47 deletions vendor/plugins/acts_as_commentable/Rakefile

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/plugins/acts_as_commentable/acts_as_commentable.gemspec

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion vendor/plugins/acts_as_commentable/init.rb

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/plugins/acts_as_commentable/install.rb

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/plugins/acts_as_commentable/lib/acts_as_commentable.rb

This file was deleted.

43 changes: 0 additions & 43 deletions vendor/plugins/acts_as_commentable/lib/comment_methods.rb

This file was deleted.

0 comments on commit 6b13285

Please sign in to comment.