require_reloader
require_reloader copied to clipboard
Delete files only from watchable directory
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...