Files
Daniel O'Connor fa7f460510 Refactor Plantings to remove Elasticsearch dependency (#4686)
* Refactor Plantings to remove Elasticsearch dependency

This commit refactors the Plantings controller, model, and views to use
ActiveRecord instead of Searchkick/Elasticsearch.

Key changes:
- Refactored `PlantingsController#index` to use an ActiveRecord-based
  `plantings` method.
- Moved `homepage_records` logic from `SearchPlantings` concern to the
  `Planting` model using ActiveRecord scopes.
- Removed `SearchPlantings` concern and deleted the file.
- Updated `home/_plantings.html.haml` and `plantings/index.rss.haml` to
  use dot notation for `Planting` object attributes.
- Updated specs to remove Searchkick-related setup and assertions.

Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com>

* Fix Planting.reindex

* Fix test

* Mark test pending

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-06-24 22:26:49 +09:30
..
2022-11-06 17:36:30 +10:30
2026-04-26 14:22:32 +09:30
2026-04-26 13:09:00 +00:00
2022-11-06 17:36:11 +10:30
2026-04-26 13:09:00 +00:00
2025-09-20 09:43:22 +00:00
2025-09-20 09:43:22 +00:00
2026-04-26 13:09:00 +00:00
2025-08-24 21:10:16 +09:30
2025-09-20 09:43:22 +00:00
2026-04-26 09:26:52 +00:00
2025-09-20 09:43:22 +00:00
2022-11-06 17:36:49 +10:30