asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Update usage of projectile-dir-files. #129

Closed mattdeboard closed 6 years ago

mattdeboard commented 6 years ago

projectile recently changed projectile-dir-files to accept two arguments: root and directory. This change breaks p-r-find-* commands (among others). This patch remediates that.

Fixes #128

mattdeboard commented 6 years ago

@asok Just lmk what needs to happen to get CI passing

asok commented 6 years ago

I've just pushed a new travis.yml file let us see if this fixes it.

asok commented 6 years ago

It seems to be green now. Thanks for the contribution. I'll need to make a release once projectile does.