today_ai_weather/config/initializers
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
..
active_admin.rb chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
ahoy.rb feat: add ahoy analytics for event tracking 2025-01-27 00:43:18 +08:00
assets.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
aws.rb feat: add sitemap functionality 2025-01-26 00:07:44 +08:00
content_security_policy.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
devise.rb feat: add user authentication with devise 2025-02-11 14:45:23 +08:00
filter_parameter_logging.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
friendly_id.rb feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
inflections.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
kaminari_config.rb feat: add pagination to weather arts gallery 2025-01-23 14:10:13 +08:00
meta_tags.rb feat: add SEO meta tags and sitemap generation 2025-01-23 19:02:52 +08:00
schedule_tasks.rb refactor: simplify sitemap scheduling process 2025-01-25 11:24:44 +08:00
sidekiq.rb refactor: simplify sitemap scheduling process 2025-01-25 11:24:44 +08:00