today_ai_weather/app
songtianlun afcb9c6cd8 refactor: simplify scope limit parameters
- Change `limit:` to `limit =` in the scopes for
  `latest` and `by_popularity`.
- This allows for a default value of 100 to be used
  if no argument is provided, making the code more
  user-friendly and consistent.

This refactor does not alter the behavior of the
existing functionality but streamlines the syntax.
2025-02-12 18:00:30 +08:00
..
admin refactor: update popularity scope and controller logic 2025-02-12 17:54:57 +08:00
assets feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers refactor: update popularity scope and controller logic 2025-02-12 17:54:57 +08:00
helpers feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
javascript feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models refactor: simplify scope limit parameters 2025-02-12 18:00:30 +08:00
services feat: enhance image generation prompt clarity 2025-02-12 11:56:09 +08:00
views fix: add turbo_frame data attribute to buttons 2025-02-12 14:59:19 +08:00
workers refactor: update popularity scope and controller logic 2025-02-12 17:54:57 +08:00