today_ai_weather/app
songtianlun f110f26c0b fix: ensure user logout only if logged in
- Update `destroy` action in `SessionsController` to log out
  only if the user is currently logged in.
- Add a check in the `authenticated?` method of the `User`
  model to return false if `remember_digest` is nil.
- Enhance integration tests to simulate logout in another
  browser session and verify that the logout link is not
  present after logging out.

These changes improve the robustness of the session management
by preventing unnecessary logout attempts and ensuring that
authentication checks are more reliable.
2025-01-02 17:17:09 +08:00
..
assets feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
controllers fix: ensure user logout only if logged in 2025-01-02 17:17:09 +08:00
helpers feat: add remember me functionality for user sessions 2025-01-02 16:47:26 +08:00
javascript feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
jobs init sample-app 2024-12-29 17:12:54 +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
views feat: add remember me functionality for user sessions 2025-01-02 16:47:26 +08:00