Skip to content

Instantly share code, notes, and snippets.

@kjellberg
Created October 28, 2017 10:51
Show Gist options
  • Save kjellberg/47c44b070f2b8a9acf9040f79a8366e1 to your computer and use it in GitHub Desktop.
Save kjellberg/47c44b070f2b8a9acf9040f79a8366e1 to your computer and use it in GitHub Desktop.
alias sysc="sudo sysctl -w kern.maxfiles=5242880 && sudo sysctl -w kern.maxfile$
alias rsrv="bundle exec rails server -b 0.0.0.0"
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