rails_db_views
rails_db_views copied to clipboard
undefined method `full_comment' for nil:NilClass
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.
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 !
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.