Upgrade to Rails 8.1#4685
Conversation
- Update rails gem to ~> 8.1.0 - Set config.load_defaults 8.1 in application.rb - Add gem 'csv' for Ruby 3.4+ compatibility - Replace deprecated 'render text:' with 'render plain:' in PagesController - Add compatibility patch for jsonapi-resources routing in Rails 8.1 - Add compatibility patch for Faraday 2.x error constants - Add Searchkick test stubs for environments without Elasticsearch - Include required Active Storage update migrations Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
@jules fix |
|
@jules fix ``` 1) CropSearchService search with some crops finds by alternate names |
…b.com/Growstuff/growstuff into upgrade-rails-8-1-6701561825519178668
Co-authored-by: Daniel O'Connor <daniel.oconnor@gmail.com>
This PR upgrades the application from Rails 8.0 to Rails 8.1.3.
Key changes include:
render plain:, stricter routing arguments).jsonapi-resourcesto resolve a routing initialization conflict in Rails 8.1.PR created automatically by Jules for task 6701561825519178668 started by @CloCkWeRX