[openSUSE/open-build-service] 11a369: Fix NameError in RoutesHelper::WebuiMatcher
Branch: refs/heads/next_rails-2 Home: https://github.com/openSUSE/open-build-service Commit: 11a369774d007f5e6e9470857aa0b038eb4eede9 https://github.com/openSUSE/open-build-service/commit/11a369774d007f5e6e9470... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/app/lib/routes_helper/webui_matcher.rb Log Message: ----------- Fix NameError in RoutesHelper::WebuiMatcher The error was: NameError: uninitialized constant RoutesHelper::WebuiMatcher::APIError This is due to changes in how Zeitwerk works in Rails 6.1.x. It was fine in Rails 6.0.x, although it was deprecated and there was a deprecation warning. Commit: 9b9e38912b57d2d680e55461af75dd0d7c402ff0 https://github.com/openSUSE/open-build-service/commit/9b9e38912b57d2d680e554... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock M src/api/Gemfile.next.lock M src/api/config/environments/development.rb Log Message: ----------- Install listen gem As documented on https://guides.rubyonrails.org/configuring.html, it's needed for `config.file_watcher = ActiveSupport::EventedFileUpdateChecker` in `src/api/config/environments/development.rb`. Commit: 01025bc4334a4a0eea091ac57819055c6c9364d2 https://github.com/openSUSE/open-build-service/commit/01025bc4334a4a0eea091a... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M src/api/.rubocop.yml M src/api/bin/rails M src/api/bin/rake A src/api/bin/setup Log Message: ----------- Apply changes in binaries from Rails' update task The changes were generated with `next bundle exec rails app:update` Compare: https://github.com/openSUSE/open-build-service/compare/11a369774d00%5E...010...
participants (1)
-
Dany Marcoux