guard-rails
guard-rails copied to clipboard
Guard-Rails is watching on your development servers as you wish!
Results
2
guard-rails issues
Sort by
recently updated
recently updated
newest added
Code: ```ruby guard 'rails', server: 'puma', port: 3001 do watch('Gemfile.lock') watch(%r{^(config|lib)/.*}) end ``` Generates this warning on run: ``` DEPRECATION WARNING: Passing the Rack server name as a regular argument...
I am using `guard-rails` with the `daemon: true` option set. It starts up fine, but when accessing `localhost:3000` from the browser I am getting an error: `Errno::EACCES (Permission denied @...