Skip to content

Instantly share code, notes, and snippets.

@JangoSteve
Created November 2, 2011 06:41
Show Gist options
  • Save JangoSteve/1333046 to your computer and use it in GitHub Desktop.
Save JangoSteve/1333046 to your computer and use it in GitHub Desktop.
rails aliases for bash profile - ~/.bash_profile_includes/rails.sh
alias rs="rails s"
alias rc="rails c"
alias ber="bundle exec rspec"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment