Commit Graph

74 Commits

Author SHA1 Message Date
Jarmo Pertman 7817e2ad6c Daemon option is not supported on Windows. 2012-09-09 01:28:59 +03:00
Jarmo Pertman a0f4b1ae19 Add support for Windows. 2012-09-09 01:26:21 +03:00
Jarmo Pertman 4b9457d4f3 Remove mocha warning. 2012-09-09 01:25:30 +03:00
John Bintz c1344a98b7 bump version 2012-08-24 10:08:49 -04:00
John Bintz 4d3fb9dfcc Merge pull request #18 from mmacedo/environment
Ensure specified environment is used
2012-07-09 05:48:29 -07:00
Michel Pavan Macedo 0435a4c17c Ensure specified environment is used
If for any reason RAILS_ENV was set to test this command will start a
Rails server with test environment:

    rails s -e development

But this one will start with development environment:

    RAILS_ENV=development rails s

I am not sure who is at fault here, but this ensures guard-rails will
always use the environment specified by the environment option.
2012-07-08 06:29:01 -03:00
John Bintz 885fc3c837 Merge branch 'master' of github.com:johnbintz/guard-rails 2012-06-12 14:12:55 -04:00
John Bintz 83b45e914b also make old guard happy 2012-06-12 13:45:57 -04:00
John Bintz 291782e101 make modern guard happy 2012-06-12 13:45:03 -04:00
John Bintz 4d7d44a07a Merge pull request #13 from darrinholst/master
stop server with SIGINT
2012-01-30 08:52:15 -08:00
Darrin Holst 963b9e0ab2 use SIGINT instead of KILL so the pid gets cleaned up 2012-01-30 08:20:47 -06:00
John Bintz 89e18ef84d fix 1.9.3 warning 2012-01-16 09:33:13 -05:00
John Bintz 5d3ceb5626 bump version 2012-01-16 09:31:09 -05:00
John Bintz 9ce3667e35 Merge pull request #12 from ndbroadbent/bump_timeout
Bumped the default timeout to 30 seconds
2012-01-14 07:13:56 -08:00
John Bintz 5c1e36f585 Merge pull request #11 from ndbroadbent/master
Changed notifications at start to say "Rails starting..." instead of "Rails restarting..."
2012-01-14 07:13:23 -08:00
Nathan Broadbent 5a774dca2f Bumped the default timeout to 30 seconds, so that slightly larger apps don't feel left out 2012-01-14 11:52:00 +08:00
Nathan Broadbent 14b8402e1c Fixed notifications at start to say "Rails starting..." and "Rails started!" instead of "restarting". I enjoy accurate messages 2012-01-14 11:42:59 +08:00
John Bintz 70d76d166d Merge branch 'master' of github.com:guard/guard-rails 2011-10-24 11:35:04 -04:00
John Bintz 63c648c035 Merge pull request #8 from tehpeh/reload_instead_of_run_all
Reload instead of run_all
2011-10-18 06:29:44 -07:00
Tim Preston 3ac650799c Swapped run_all for reload.
This means hitting return will not reload rails server,
instead 'r' or 'reload' must be issued.
2011-10-17 14:33:27 +11:00
John Bintz 39e1e4045b add reload method 2011-10-10 11:55:32 -04:00
John Bintz 412a6b69a4 fix b0rken test, i owe you ice cream 2011-09-14 14:19:54 -04:00
John Bintz cda46a0d88 update docs 2011-09-14 14:06:07 -04:00
John Bintz 0a82cb086e Merge pull request #2 from joelmoss/debugger
Added support for setting the debugger (-u flag)
2011-08-25 08:08:11 -07:00
Joel Moss 3d897a7665 debugger is false by default 2011-08-25 15:53:20 +01:00
Joel Moss 7a81802b8c Doh! APpending -u flag instead of iincluding in default 2011-08-25 15:42:39 +01:00
Joel Moss 1dcbbd4d11 Updated README 2011-08-25 15:30:30 +01:00
Joel Moss 585dc242d6 Added support for setting the debugger (-u flag) 2011-08-25 15:26:04 +01:00
John Bintz 3dd64624d1 bump version 2011-08-04 11:32:16 -04:00
John Bintz 16fe8bab53 clean up rake and gem files 2011-08-04 11:31:42 -04:00
John Bintz 45b8b6c4a2 Merge pull request #5 from tehpeh/custom_server
Add custom server to options (:server => 'thin').
2011-08-04 08:28:55 -07:00
Tim Preston 372e2cd24a Add custom server to options (:server => 'thin'). 2011-07-12 22:59:26 +10:00
John Bintz 7429b1fbf5 use right icon name for growl notifications 2011-06-29 09:52:04 -04:00
John Bintz 4836e968d6 slightly better runner support 2011-06-29 09:47:08 -04:00
John Bintz 63b9fcae98 nuke the pid file if we forcibly kill 2011-06-25 12:59:34 -04:00
John Bintz d0901933c1 fix a dumb thing and another thing 2011-06-25 12:57:07 -04:00
John Bintz 2654061350 clean up lsof on both OSes 2011-06-20 09:14:00 -04:00
Sidney Burks 3c52debcab merge 2011-06-20 03:17:21 +02:00
Sidney Burks d795068894 kill -INT not kiling process on linux. switched to kill -KILL 2011-06-20 03:14:53 +02:00
Sidney Burks a4ca91faae kill -INT not kiling process on linux. switched to kill -KILL 2011-06-20 02:42:03 +02:00
John Bintz 39c964a968 update rakefile 2011-06-18 12:40:53 -04:00
John Bintz f93fc6e1d0 fix travis.yml 2011-06-06 15:02:32 -04:00
John Bintz a10226bc5f clean up testing some more 2011-06-06 09:49:58 -04:00
John Bintz 883dfa618e fix rake tasks for testing 2011-06-06 09:25:50 -04:00
John Bintz 09ff7aa90a readme 2011-06-05 07:27:02 -04:00
John Bintz 577a9a612f travis updates 2011-06-05 07:25:55 -04:00
John Bintz 56504f593d rubiesss 2011-06-04 08:45:05 -04:00
John Bintz 28dc7aa068 multi-platform gemfile 2011-06-04 08:39:32 -04:00
John Bintz 35a30eee28 platform check 2011-06-04 08:33:42 -04:00
John Bintz c40d802f3d bump version 2011-06-03 09:29:20 -04:00