I am new to rails and still new to development.
I installed a user controller, and I was able to create a view that displays the email address of the current user. Now I want a user profile page where the user can add personal information, etc., Track published messages, etc. The main functions of the community.
How do I create this? Should I create another controller and model like userprofile ? I already have a controller called users created during development. Can I reuse this or create a new one?
I would like some examples to get this idea. I'm still a little confused by the concepts used by rails.
Johan source share