rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Restarts an app when the filesystem changes. Uses growl and FSEventStream if on OS X.

Results 30 rerun issues
Sort by recently updated
recently updated
newest added

Typing @me will product @@meme or @m@mee or something similar. Makes debugging with 'debugger' impossible. using rerun (0.7.1)

I've got a projects folder with a layout like: Projects/ ─ rails_admin/ ─ api-project/ My api-project directory contains a standard rails project, and rails_admin is a fork of the rails_admin...

I'm utilizing the `--background` flag to drop into a pry debugger and still have it be responsive. This works well the first time the sinatra server is loaded however each...

Popup notifications using libnotify are common on linux. One would need a notification daemon running like gnome's `notification-daemon`, [`dunst`](https://github.com/knopwob/dunst), etc.. There is a [`libnotify gem`](https://github.com/splattael/libnotify) by Peter Suschlik that works...

...and not when running `rerun`. `--run-on-start` or something like that.

Just a note to register a strong vote for the cool-down feature. This is working really nicely to help with restarting a Rails 3 Grape API app I'm working on....

if possible, detect when the server has not only launched but is listening to the port and ready to accept requests this may require some config.ru snooping or CL params...

the signal handler should not only kill a running process; it should also kill a process that we're currently in the middle of starting (if the timing is just wrong...

...if no other parameters are specified, of course ...should decide whether "rake" or "rackup" take precedence, so this feature request may be impossible

Added option --filter which allows filtering which exact changes to respond to: modified, added and/or removed. This is particularly useful in situations where a process may only care about files...