John Bintz
c1344a98b7
bump version
2012-08-24 10:08:49 -04: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
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
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
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
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
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
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
d795068894
kill -INT not kiling process on linux. switched to kill -KILL
2011-06-20 03:14:53 +02:00
John Bintz
c40d802f3d
bump version
2011-06-03 09:29:20 -04:00
John Bintz
6439609a8a
write some tests
2011-06-03 09:18:16 -04:00
John Bintz
a7678ef54b
timeout
2011-06-01 10:42:53 -04:00
John Bintz
f27e753caa
increase sleep time
2011-06-01 10:37:09 -04:00
John Bintz
bc40c594a4
fix another command generation bug
2011-06-01 10:36:12 -04:00
John Bintz
b82b011156
lol, wasn't even taking an action in the action method
2011-06-01 10:31:55 -04:00
John Bintz
99d8f28d8c
more better tests
2011-06-01 10:28:32 -04:00
John Bintz
bf2eaf9f58
fix a resolution issue and add a test for it
2011-06-01 10:13:04 -04:00
John Bintz
745d49da67
add deamonize option and start some tests
2011-06-01 10:06:35 -04:00
John Bintz
e8fd98faa1
bump version
2011-05-31 16:17:34 -04:00
John Bintz
628671d18a
force run feature
2011-05-31 16:15:19 -04:00
John Bintz
70e1f110f9
better running of rails
2011-05-28 18:35:01 -04:00
John Bintz
526f25ba9d
more changes
2011-05-27 16:44:23 -04:00
John Bintz
73cfa118e7
tweaks
2011-05-27 15:59:48 -04:00
John Bintz
877115a1cb
more shell goodness
2011-05-27 15:28:28 -04:00
John Bintz
39052564a9
stop rails when shutting down
2011-05-27 14:58:20 -04:00
John Bintz
1d9f43326c
tempalte and readme work
2011-05-27 14:55:23 -04:00
John Bintz
21878134e3
finalize basic tweaks
2011-05-27 14:51:49 -04:00
John Bintz
e373939dec
more tweaking
2011-05-27 14:44:38 -04:00
John Bintz
95e6f33ffb
more work
2011-05-27 14:42:06 -04:00
John Bintz
30390f4aec
initial commit
2011-05-27 14:41:07 -04:00