-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added devise #5
Added devise #5
Conversation
6c4fcad
to
0a08fa5
Compare
UPDATE: I removed api mode due to not add up much if some middlewares are added manually, also it'll be depend on the project. |
@@ -3,9 +3,10 @@ | |||
## Setup | |||
|
|||
1. Clone this repo | |||
2. Create your `database.yml` file | |||
2. Create your `database.yml` and `application.yml` file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can add a third step "Generate a secret key rake secret
and paste this value into the application.yml
"
Does it make sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
@@ -0,0 +1,5 @@ | |||
begin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this code here instead of the application.rb
This PR includes:
first_name
,last_name
andusername
added to the original device model. Isusername
useful?