I upgraded to Rails 4 and now when some changes are made to the code, or when I do a reload!
in rails console, I will get an ArgumentError: A copy of ApplicationHelper has been removed from the module tree but is still active!
error.
I'm not the only one with this problem but still cant find existing solutions that work yet.