Aurel Branzeanu

Results 14 issues of Aurel Branzeanu

Hello! I'm on RubyMine 2021.EAP RM-211-5538.3, Rails 4.1 Opening Routes panel, I could see the 'Running 'rake routes'` text displayed, and in RubyMines status there is also a `Updating route...

With the release of sprockets-rails 3.5.0, our local test suite breaks with: ``` NoMethodError: undefined method `deprecator' for Sprockets::Rails:Module Did you mean? deprecate /home/runner/work/camaleon-cms/camaleon-cms/vendor/bundle/ruby/3.0.0/gems/sprockets-rails-3.5.0/lib/sprockets/railtie.rb:129:in `block in ' /home/runner/work/camaleon-cms/camaleon-cms/vendor/bundle/ruby/3.0.0/gems/railties-7.1.3.4/lib/rails/initializable.rb:32:in `instance_exec' ```...

Our team is using this gem successfully, the schema.db is pretty well sorted. But when I run migrations or rollbacks on my local machine (on MacOS), the schema is getting...

Started the investigation as @schneems suggedted in https://github.com/puma/puma/issues/3730#issuecomment-3282527469 **Describe the bug** `prune_bundler` started failing in Puma 7.0.0 (bisecting found that the breaking PR is https://github.com/puma/puma/pull/3297): ``` [2092] + Gemfile in...