elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
672 stars 167 forks source link

Migration is not working in Rails 4 #82

Closed anmolagrwl closed 9 years ago

anmolagrwl commented 10 years ago

Getting the following error:

"Could not find generator acts_as_commentable_with_threading_migration."

imkarthikk commented 10 years ago

Check if your migration file has a .rb extension. For some weird reasons, lot of Gems are facing this issue. :)

petergoldstein commented 9 years ago

Fixed with commit https://github.com/elight/acts_as_commentable_with_threading/commit/0d41403cabe435e0b1003e7e302efc3d2c73c081 and included in the latest release of the gem.