Skip to content

Commit

Permalink
Add brails and brake
Browse files Browse the repository at this point in the history
  • Loading branch information
danrasband committed Aug 15, 2013
1 parent 36e8960 commit 5c4a280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aliases/rails.sh
Expand Up @@ -3,10 +3,12 @@ alias b="bundle"
alias be="bundle exec"

# Rails
alias brails="bundle exec rails"
alias berc="bundle exec rails console"
alias berg="bundle exec rails generate"

# Rake
alias brake="bundle exec rake"
alias bert="bundle exec rake -T"
alias berd="bundle exec rake db:migrate"
alias berdr="bundle exec rake db:rollback"
Expand Down

0 comments on commit 5c4a280

Please sign in to comment.