Sublime Forum

Guard/Rails not automatically running saved files after 3080

#1

I just upgraded to SublimeText 3 build 3080. I am developing rails apps with automated tests using minitest and guard with spring. After the update, guard does not automatically run tests. I looked at the atomic_save option, which some reserach yeilded information to make sure that was set to false, which it is by default in build 3080. No luck. That was only change I made to the system.
Thoughts/Ideas?

Thanks!

Mac OSX Yosemite (10.10.2)
Ruby 2.0.0 / Rails 4.2.0
SublimeText 3 build 3080

Dev Gems:
guard-minitest v2.3.1
spring v1.1.3
terminal-notifer v1.6.2
terminal-notifier-guard v1.6.4

0 Likes

#2

FIXED

Ended up creating a new directory and moving all rails projects to it, delete old and rename new folder to the original folder name.

Looked like an OSX issue. From the Guard wiki: https://github.com/guard/guard/wiki/Add-Readline-support-to-Ruby-on-Mac-OS-X

0 Likes