today_ai_weather/test
songtianlun 8bb7615cb1 fix: correct user activation and password reset logic
- Change `user.send(:activate)` to `user.activate` for clarity.
- Fix typo in email parameter from `emial` to `email` in password reset.
- Update render calls to include status codes for better error handling.
- Modify password reset email method to accept a user parameter.
- Update tests to reflect changes in password reset functionality.

These changes improve the clarity of the user activation process and
ensure that the password reset functionality works correctly with
proper error handling and user feedback.
2025-01-08 10:14:36 +08:00
..
controllers feat: add account activation feature 2025-01-06 18:38:39 +08:00
fixtures feat: add account activation feature 2025-01-06 18:38:39 +08:00
helpers style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
integration chore: update thruster gem and configure smtp settings 2025-01-07 13:18:16 +08:00
mailers fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
models feat: add account activation feature 2025-01-06 18:38:39 +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 style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00