today_ai_weather/app/helpers
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
..
application_helper.rb feat: add admin panel and update database URL 2025-02-11 16:56:51 +08:00
arts_helper.rb feat: add pagination to weather arts gallery 2025-01-23 14:10:13 +08:00
cities_helper.rb feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
home_helper.rb feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
sitemaps_helper.rb feat: add sitemap functionality 2025-01-26 00:07:44 +08:00
weather_arts_helper.rb feat: add weather icons and update city view 2025-01-24 10:01:43 +08:00