Navigation Menu

Skip to content

Commit

Permalink
aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 13, 2011
1 parent add8d79 commit 2c8c79a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aliases
@@ -0,0 +1,13 @@
alias migrate="rake db:migrate db:test:prepare"
alias remigrate="rake db:migrate && rake db:migrate:redo && rake db:schema:dump db:test:prepare"
alias remongrate="rake mongoid:migrate && rake mongoid:migrate:redo"
alias g="git"
alias s="bundle exec rspec"
alias cuc="bundle exec cucumber"
alias gi="gem install"
alias giv="gem install -v"
alias gci="git pull --rebase && rake && git push"
alias tlf="tail -f"
alias b="bundle"
alias be="bundle exec"

0 comments on commit 2c8c79a

Please sign in to comment.