Skip to content

Instantly share code, notes, and snippets.

@hirokishirai
Last active July 14, 2017 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirokishirai/39b0efdeeba98c6e434b to your computer and use it in GitHub Desktop.
Save hirokishirai/39b0efdeeba98c6e434b to your computer and use it in GitHub Desktop.
Rails での開発のために設定している alias たち ref: http://qiita.com/hirokishirai/items/9f907431db1afa3df581
alias bi='bundle install'
alias rs='rails server'
alias rc='rails console'
alias rg='rails generate'
alias rr='rails runner'
alias rdb='rails dbconsole'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment