sample_rails_tailwind/test
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
..
controllers feat(sample): add session and header 2025-01-01 15:44:50 +08:00
fixtures feat: enhance user session management 2025-01-02 11:59:27 +08:00
helpers feat: add remember me functionality to login 2025-01-02 17:49:06 +08:00
integration feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models fix: ensure user logout only if logged in 2025-01-02 17:17:09 +08:00
system init sample-app 2024-12-29 17:12:54 +08:00
application_system_test_case.rb init sample-app 2024-12-29 17:12:54 +08:00
test_helper.rb feat: add remember me functionality to login 2025-01-02 17:49:06 +08:00