require_reloader icon indicating copy to clipboard operation
require_reloader copied to clipboard

Delete files only from watchable directory

Open vill opened this issue 8 years ago • 0 comments

Check by gem name is not correct it can cause errors. For example, If the gem name for any reason already exists in the path name or the gem name is the same as the gemset name:

# .ruby-gemset
awesome_gem_name

Now all paths contain this name including not local gems:

...@awesome_gem_name/gems/rails...

vill avatar Dec 11 '17 07:12 vill