Created
September 19, 2013 00:47
-
-
Save BrianTheCoder/6617802 to your computer and use it in GitHub Desktop.
This file contains 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
rake spree_auth:admin:create --trace | |
----- | |
Create the admin user (press enter for defaults). | |
Email [[email protected]]: | |
Password [spree123]: | |
There was some problems with persisting new admin user: | |
Email can't be blank | |
Email can't be blank | |
Password can't be blank | |
Password can't be blank | |
Done! |
This file contains 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
brianthecoder-laptop-edition:twenty_jeans_store brianthecoder$ rails g spree:dummy | |
Generating dummy Rails application... | |
Invalid application name twenty_jeans_store, constant TwentyJeansStore is already in use. Please choose another application name. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment