Created
January 29, 2013 01:52
-
-
Save metaskills/4660994 to your computer and use it in GitHub Desktop.
HomeMarks' bin/setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
bundle install --binstubs | |
bundle exec rake db:drop RAILS_ENV=development | |
bundle exec rake db:drop RAILS_ENV=test | |
bundle exec rake db:create:all | |
bundle exec rake db:setup | |
bundle exec rake db:development:accounts | |
echo " | |
Created the following users. All have the password 'test': | |
* [email protected] <= From test suite. Basic user with basic data. | |
* [email protected] <= From test suite. New user. | |
* [email protected] <= Development account. Full set of colors and box options for GUI testing. | |
" |
Interesting. It did not ping me!!! I think I can put those commands together, but I feel like I am getting more bang for my buck when they are put out like that :)
You mean more slowness for your bundle
?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@metaskills not sure if the above comment pings you.