today_ai_weather/app
songtianlun 973a0882ed feat: add admin panel and update database URL
- Implemented a new admin panel that allows administrators to view
  statistics and manage weather art. The panel includes:
  - A card displaying total images and today's images
  - Buttons to generate new art and edit the city

- Added `admin?` helper method to check if the current user is an
  administrator.

- Updated database configuration to use safer credentials lookup
  method `dig` for development database URL instead of the
  previous method, improving reliability in accessing nested
  credentials.
2025-02-11 16:56:51 +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 admin panel and update database URL 2025-02-11 16:56:51 +08:00
javascript feat: add flash message functionality 2025-02-11 15:52:58 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: enhance user authentication features 2025-02-11 16:18:10 +08:00
services feat: update weather data report format 2025-01-31 10:46:32 +08:00
views feat: add admin panel and update database URL 2025-02-11 16:56:51 +08:00
workers fix: correct handling of watermark attachment check 2025-02-05 14:57:28 +08:00