Closed rymndhng closed 7 years ago
@rymndhng do you have projectile-rails-global-mode
enabled?
I am seeing this same error across Ubuntu 17.10, 16.04, and OS X 10.11
With both Emacs 25.3.1 and 27.0.50
@asok I do have it enabled (using spacemacs)
I worked around this by re-binding my keys (M-m p f
) to projectile-find-file
instead of helm-projectile-find-file
@rymndhng I've pushed a change. If you do use unstable melpa please update projectile-rails
and let me know if it helped.
I am not using projectile-rails
and am seeing this behavior when switching between projects.
Using projectile-find-file
works for me, but not when doing helm-persp-switch-project
. When using the latter command, it does not properly change the project files until I hit Esc
and run projectile-find-file
The same also happens when using helm-projectile-switch-project
@asok I tried the latest projectile-rails
. It seems to have fixed the problem 👍
I reinstalled my emacs packages and it worked! Thanks so much for your fix!
I'm going to mark this as closed since updating projectile-rails
fixes this issue.
Expected behavior
When switching projects and then immediately invoking projectile-find-files, I expect the "projectile files" buffer to be up to date.
Actual behavior
I see "projectile files" from the previous project. I need to re-run
helm-projectile-find-file
in order to find the updated files.Steps to reproduce the problem
helm-projectile-find-file
helm-projectile-find-file
.Projectile Files
list in helm and see files from previous project.Backtraces if necessary (
M-x toggle-debug-on-error
)Environment & version information
helm-projectile
version: 20170926.1123helm
version (inhelm-pkg.el
): 20171020.1124projectile
version (M-x projectile-version
): 20171009.848M-x emacs-version
): 25.3.1