rerun
rerun copied to clipboard
Restarts an app when the filesystem changes. Uses growl and FSEventStream if on OS X.
@alexch, any chance of doing a new release? I'm particularly interested in removing Bundler's deprecation warning. Thanks!
[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`
`[DEPRECATED] 'Bundler.with_clean_env' has been deprecated in favor of 'Bundler.with_unbundled_env'. If you instead want the environment before bundler was originally loaded, use 'Bundler.with_original_env' (called at /home/.../.rvm/rubies/ruby-3.2.2/lib/ruby/gems/3.2.0/gems/rerun-0.14.0/lib/rerun/notification.rb:74)` ruby -v ruby 3.2.2 (2023-03-30...
Running a basic Sinatra app with `rerun app.rb` and then modifying the file produces the following error and the process crashes. ``` ... 15:16:54 [rerun] Watching . for **/*.{rb,js,coffee,css,scss,sass,erb,html,haml,ru,yml,slim,md,feature,c,h} with...
On Windows,If we use [rbenv for Windows](https://github.com/ccmywish/rbenv-for-windows), `rerun ./app.rb` and `rerun ruby ./app.rb` will not work, because it seem directly call `ruby.exe`. `rbenv for Windows` has make `ruby.exe` a fake...
Scenario: I want to have both rerun and debug with remote (or in console) debugging enabled in docker container. However, so far haven't seen way to make these co-exist nicely....
MacOS 12.6.2 on M1 Mac using rbenv Would expect to find entry for `rerun` in ~/.rbenv/shims but there is nothing there. Simply copying one of the other files in that...
``` rerun foreman start 17:31:47 [rerun] Heroku.dev launched 17:31:47 web.1 | started with pid 22808 17:31:49 web.1 | [2013-07-03 17:31:49] INFO WEBrick 1.3.1 17:31:49 web.1 | [2013-07-03 17:31:49] INFO ruby...
Avoid stderr pollution from `/usr/bin/which` when binary not found in path & shell string injection
I have a static site generator that builds a `dist/` folder. The main command is `app.rb` and every time it's run, the `dist/` folder is rebuilt. I need to ignore...
The notification appears immediately when rerun gets ready to start the server, but the server hasn't actually started at that point. Show the notification when the server is actually running...