jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
833 stars 177 forks source link

no such file to load -- rails/generators/migration (MissingSourceFile) #3

Closed masterkain closed 14 years ago

masterkain commented 14 years ago

I just tried to install this plugin on rails 2-3-stable (latest) and got this error when running script/generate comment

acts_as_commentable installed as a plugin.

jackdempsey commented 14 years ago

The latest master is version 3.0.0 which is targeted at Rails 3. I bumped the gem version so people shouldn't be caught with issues there. If you want to install as a plugin I would clone the 2.x branch I just pushed. That should work ok for you. If not feel free to re-open this and I'll take a look at it.

hth, jack

jackdempsey commented 14 years ago

masterkain,

FYI if you don't want to clone and install you can pass an argument to the command to specify branch, like so:

script/plugin install http://github.com/jackdempsey/acts_as_commentable.git -r 2.x