Skip to content

Instantly share code, notes, and snippets.

@dangerousbeans
Created September 9, 2011 10:40
Show Gist options
  • Save dangerousbeans/1205921 to your computer and use it in GitHub Desktop.
Save dangerousbeans/1205921 to your computer and use it in GitHub Desktop.
.bash_aliases config for rails development
# clear and rebuild a rails app database (with bulk load rake task)
alias brails='rake db:drop && rake db:create:all && rake db:migrate && rake db:seed:load && rake db:seed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment