Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web console failing to build on master #329

Closed
Ben-Owen-3183 opened this issue Aug 2, 2023 · 0 comments
Closed

web console failing to build on master #329

Ben-Owen-3183 opened this issue Aug 2, 2023 · 0 comments

Comments

@Ben-Owen-3183
Copy link

Ben-Owen-3183 commented Aug 2, 2023

web console blowing up on master with the following settings.

ruby '~> 3.2'
gem 'rails', '~> 7.0.6'

Works fine on v4.2.0

Error

19:39:07 web.1     | /workspaces/web-console/lib/web_console/railtie.rb:55:in `block in <class:Railtie>': undefined method `deprecators' for #<Review::Application> (NoMethodError)
19:39:07 web.1     | 
19:39:07 web.1     |       app.deprecators[:web_console] = ActiveSupport::Deprecation.new("5.0", "WebConsole")

source

 initializer "web_console.deprecator" do |app|
     app.deprecators[:web_console] = ActiveSupport::Deprecation.new("5.0", "WebConsole")
 end

Not sure what else could be relevent here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant