When developing a Rails App, should one create controllers, models, and then integrate user authentication?
When developing a Rails App, should one create controllers, models, and then integrate user authentication? or the other way (installing a gem like devise, and connecting controllers/models) as you go along)
No any search results
You already invited:
2 Answers
Felix
Upvotes from:
i think it's common to start with thin models and controllers, and add (including authentication) as you go along
Marion
Upvotes from: