today_ai_weather/app
songtianlun 1545b33539 feat: add user authentication with devise
- Integrate Devise for user authentication
- Create User model and necessary views
- Implement email confirmation and password reset functionality
- Add routing for user sign-up and login
- Customize error messages display

This commit initiates user authentication in the application
using the Devise gem. It includes user registration, login,
password reset, and email confirmation features. Additionally,
the necessary views and mailer templates are included to
support these functionalities. This enhances the security
and usability of the application by allowing users to create
accounts and manage their passwords effectively.
2025-02-11 14:45:23 +08:00
..
admin migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
assets feat: add photo swipe lightbox functionality 2025-02-01 14:19:19 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
helpers feat: add sitemap functionality 2025-01-26 00:07:44 +08:00
javascript chore: update PhotoSwipe import paths 2025-02-01 14:31:53 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: add user authentication with devise 2025-02-11 14:45:23 +08:00
services feat: update weather data report format 2025-01-31 10:46:32 +08:00
views feat: add user authentication with devise 2025-02-11 14:45:23 +08:00
workers fix: correct handling of watermark attachment check 2025-02-05 14:57:28 +08:00