You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday I ran acts_as_commentable_upgrade_migration and got this error:
saasbook@saasbook:~/Documents/dxrails$ rails generate acts_as_commentable_upgrade_migration
create db/migrate/20140425153710_acts_as_commentable_upgrade_migration.rb
Could not find "comment.rb"in any of your source paths. Your current source paths are:
/home/saasbook/.rvm/gems/ruby-1.9.3-p448/gems/acts_as_commentable_with_threading-1.2.0/lib/generators/acts_as_commentable_upgrade_migration/templates
Could it be that comment.rb is in the wrong directory? Instead of being in templates, it is one level higher.
Another thought: Could the fact that I already had an existing app/models/comment.rb have caused such an error?
The text was updated successfully, but these errors were encountered:
I just encountered the same issue. Does this affect the operation of the gem? I have a comments.rb from when I installed the original act_as_commentable gem.
Yesterday I ran
acts_as_commentable_upgrade_migration
and got this error:Could it be that
comment.rb
is in the wrong directory? Instead of being intemplates
, it is one level higher.Another thought: Could the fact that I already had an existing
app/models/comment.rb
have caused such an error?The text was updated successfully, but these errors were encountered: