today_ai_weather/test
songtianlun bd5c6ae6bb feat: enhance user session management
- Update session creation to use safe navigation operator
- Implement log_out method in SessionsHelper
- Add session reset and login on user creation
- Improve user login tests for better coverage

These changes improve the user session management by ensuring
that the session is handled more safely and efficiently. The
addition of the log_out method centralizes session termination,
while the updated tests ensure that both login and logout
functionality are thoroughly validated.
2025-01-02 11:59:27 +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 add some test 2024-12-31 00:37:02 +08:00
integration feat: enhance user session management 2025-01-02 11:59:27 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models feat: add user registration functionality 2024-12-31 14:20:22 +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: enhance user session management 2025-01-02 11:59:27 +08:00