Skip to content

Commit

Permalink
adding rst alias to restart a rails app running on Passenger
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Aug 6, 2008
1 parent c9e6073 commit 705a9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -59,6 +59,7 @@ also use show_log and hide_log in script/console to show the log inline.
sg # script/generate sg # script/generate
a # autotest a # autotest
tlog # tail -f log/development.log tlog # tail -f log/development.log
rst # touch tmp/restart.txt
migrate # rake db:migrate db:test:clone migrate # rake db:migrate db:test:clone
scaffold # script/generate nifty_scaffold scaffold # script/generate nifty_scaffold


Expand Down
1 change: 1 addition & 0 deletions zsh/aliases
Expand Up @@ -26,6 +26,7 @@ alias a='autotest -rails'
alias tlog='tail -f log/development.log' alias tlog='tail -f log/development.log'
alias scaffold='script/generate nifty_scaffold' alias scaffold='script/generate nifty_scaffold'
alias migrate='rake db:migrate db:test:clone' alias migrate='rake db:migrate db:test:clone'
alias rst='touch tmp/restart.txt'


# commands starting with % for pasting from web # commands starting with % for pasting from web
alias %=' ' alias %=' '

0 comments on commit 705a9d1

Please sign in to comment.