Pratik Khadloya
Pratik Khadloya
> > @project.alerts.alertable_article_type_title_or_alertable_task_type_name_like_any("Illum") > > Alert Columns (4.0ms) SHOW FIELDS FROM `alerts` > > Task Columns (5.0ms) SHOW FIELDS FROM `tasks` > > NameError: uninitialized constant Alert::Alertable > > from...
From my experience, I recommend sticking with whatever Rails provides. It is painful to upgrade Rails when using such custom gems.
Thanks! Clicking on the "record" button helped.
The issue is related to loading of **pylintrc**. When i remove the "/Users/pratik/Projects/main/python/pylintrc" path, then it works (but does not use my pylintrc, uses the default one)
After removing pylintrc path, it works.
My pylintrc contains the following line, which causes the issue. If i remove the below line, it works: ``` init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))" ```
Should this gem have a dependency on `activesupport`?