-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
The only thing I'm not sure about for this is whether or not this is actually a good idea. If we operate on the assumption that the person running |
check |
Should change the text when not set up from "Hey there! It looks like you haven't fully set up your application yet. To create your first admin user and configure the application, please run $bundle exec rake app:setup in the terminal. For more information, please see our github page: https://github.com/YaleSTC/reservations" to "... create your first super user and configure the application ..." And the rake app:setup text "Welcome to reservations! Before using your application, we need to create an We need to start by creating an admin account. Please enter the Otherwise, the first user created is a Super User as intended. Reviewed. |
Great catches, I'll get those prompts changed and then we can merge. Thanks! |
We had some weird bundle issues; we should start specifying versions in our |
resolves #753