Skip to content

Instantly share code, notes, and snippets.

@kjellberg
Created February 6, 2017 23:06
Show Gist options
  • Save kjellberg/45ab2091271533020693ac80c0b26f81 to your computer and use it in GitHub Desktop.
Save kjellberg/45ab2091271533020693ac80c0b26f81 to your computer and use it in GitHub Desktop.
alias rsrv="bundle exec rails server"
alias rcons="bundle exec rails console"
alias rguard="bundle exec rails guard"
alias grd="bundle exec rails guard"
alias rdeploy="bundle exec cap production deploy"
alias rmig="bundle exec rake db:migrate"
alias rgen="bundle exec rails generate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment