today_ai_weather/app/models
songtianlun 6eca78da8d fix: update JSONB handling for ahoy events
- Change query conditions in City model to use the
  `properties::jsonb` syntax for compatibility.
- Update WeatherArt model's event counting to reflect
  the same JSONB handling for consistency across models.

These changes ensure that the queries correctly access the
JSONB fields in the database, which enhances robustness
when handling different database adapters like Postgres
or SQLite. This fixes potential issues with ahoy events
not being counted accurately due to incorrect property access.
2025-01-27 01:05:16 +08:00
..
ahoy chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
concerns init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
admin_user.rb chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
application_record.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
city.rb fix: update JSONB handling for ahoy events 2025-01-27 01:05:16 +08:00
country.rb feat: add countries and regions management 2025-01-21 18:27:26 +08:00
region.rb feat: add countries and regions management 2025-01-21 18:27:26 +08:00
weather_art.rb fix: update JSONB handling for ahoy events 2025-01-27 01:05:16 +08:00