sample_rails_tailwind/app/views/layouts
songtianlun 978c44b682 feat: add user profile editing functionality
- Implemented edit and update actions in UsersController
- Created edit user view and form partial
- Updated user model validation to allow nil password
- Modified header to link to user settings
- Added integration tests for successful and unsuccessful edits

This commit introduces the ability for users to edit their profile
information, including name and email. It also includes validation
updates to allow users to update their profiles without changing
their password. Integration tests ensure that both successful and
unsuccessful edit attempts are handled correctly.
2025-01-03 10:55:42 +08:00
..
_footer.html.erb add some test 2024-12-31 00:37:02 +08:00
_header.html.erb feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
_rails_default.html.erb feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
_shim.html.erb feat: add header and footer layout components 2024-12-30 17:54:42 +08:00
application.html.erb feat: add remember me functionality for user sessions 2025-01-02 16:47:26 +08:00
mailer.html.erb init sample-app 2024-12-29 17:12:54 +08:00
mailer.text.erb init sample-app 2024-12-29 17:12:54 +08:00