Currently, the official fork repository is at ranmocy/guard-rails. Please, come here and communicate with me.
Please make sure to have Guard installed before continue.
Add Guard::Rails to your Gemfile
:
group :development do
gem 'guard-rails'
end
Add the default Guard::Rails template to your Guardfile
by running:
$ guard init rails
Now I can automatically restart your Rails development server as your files changed!
:daemon
runs the server as a daemon, without any output to the terminal that ranguard
(defaultfalse
):debugger
enable the debugger in server. Required ruby-debug gem. (defaultfalse
):environment
is the server environment (defaultdevelopment
):force_run
kills any process that's holding the listen port before attempting to (re)start Rails (defaultfalse
):pid_file
specify your pid_file (defaulttmp/pids/[RAILS_ENV].pid
):port
is the server port number (default3000
):root
lets you specify the Rails root, i.e. for using guard-rails to run a dummy app within an engine (try:root => '/spec/dummy'
).:server
the webserver engine to use (try:server => :thin
):start_on_start
will start the server when starting Guard (defaulttrue
):timeout
waits when restarting the Rails server, in seconds (default30
).:zeus_plan
the custom plan in zeus, only works whenzeus
option istrue
(defaultserver
):zeus
support zeus to boost rails init speed (defaultfalse
).:CLI
construct the runner command as your willing! Will omit all options above exceptpid_file
! (defaultrails server --pid tmp/pids/[RAILS_ENV].pid
)
- Multiple instances use
pid_file
option to run multiple instances with same rails_env
- All Platforms MRI is the main test case. But will be tested under REE and JRuby.
- Live in edge I am tested under Ruby 1.8.7, 1.9.3, 2.0.0 with newest gems. Will be rewrited to fit Ruby 2.0.0 when I am released as version 1.0.0.
- Semantic Version
The best choise to contact me is the Issues and Pull Request system on GitHub. Currently the official fork repository is at ranmocy/guard-rails.
Please, post your issue or pull request there. And I will be there as your call.
- Ranmocy Sheng
- John Bintz
- Joel Moss
- Sidney Burks
- Paul Schyska
- Tim Preston
- Nathan Broadbent
- Adam Michel
- Benjamin Sullivan
- Everard Brown
- Darrin Holst
- Grant Hutchins and Jonathan Mukai-Heidt
- Michel Pavan Macedo