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
@roman-dubrovsky including these helpers breaks tests executing, can we remove them from codebase because in real app we have access to methods from these helpers?
include AbstractController::Helpers
include ActionDispatch::Http::Cache::Request
include ActionView::RecordIdentifier
Aleks
We can run 2-4 hours investigation raid here in order to understand whether we need to include those modules:
allocate rails-views' path in gemfile to local gem
change gem locally and restart rails server after it
check do we need to run bundle install here ^ (not sure about gem caching)
Going with that ^ we can check the availability of helper methods without including those modules
The text was updated successfully, but these errors were encountered:
DDKatch
added
the
infra
Gem's behavior changes: speed changes, refactoring, tests, README updates
label
Nov 9, 2018
discussion from #12 issue:
Dan
Aleks
The text was updated successfully, but these errors were encountered: