rails_db_views icon indicating copy to clipboard operation
rails_db_views copied to clipboard

undefined method `full_comment' for nil:NilClass

Open davidsilvasmith opened this issue 8 years ago • 2 comments

Using rails_db_views causes a bug in my app - undefined method full_comment' for nil:NilClass` when using delayed_job to queue an email.

The issue is because of the dependency on rake-hooks. It looks like the issue is with their code.

davidsilvasmith avatar Dec 03 '16 17:12 davidsilvasmith

Hello,

I never experienced that,

But I know someone forked my project to remove the dependencies to rake-hooks (and compatibility for rails 2), you should look to the forks.

Once I'll have time, I'm gonna remove completely the dependency !

anykeyh avatar Dec 06 '16 13:12 anykeyh

Thanks!

I looked at fixing it in rake-hooks (I have a fix in on my local copy) but it looks like their latest is a different version than the rails_db_views dependency.

davidsilvasmith avatar Dec 06 '16 13:12 davidsilvasmith