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

rails generate acts_as_commentable_with_threading_migration bug #87

Closed Feuda closed 9 years ago

Feuda commented 9 years ago

rails generate acts_as_commentable_with_threading_migration

command generates

create db/migrate/20140930110603_acts_as_commentable_with_threading_migration

without the suffix '.rb'

rake db:migrate

will skip it

Rails 4.1.4

petergoldstein commented 9 years ago

This was fixed in commit https://github.com/elight/acts_as_commentable_with_threading/commit/0d41403cabe435e0b1003e7e302efc3d2c73c081 and is included in the latest version of the gem.