Jonas S

Results 15 issues of Jonas S

We had some trouble to upgrade to sprockets 4 so I want to share our solution. Include this MP in your `application.rb` (xray-rails must allready be required) ``` config.after_initialize do...

With Rails 6.1 args[0] is frozen when it is an empty array. It is not related to https://github.com/rzane/baby_squeel/pull/122 but I build on top of it so there are no conflicts...

### Description After upgrading from Version 6.2.0 to 6.2.1 our custom strategy was broken. -> NoMethodError: undefined method 'to_sym' for CustomStrategy This commit broke our code https://github.com/thoughtbot/factory_bot/commit/1b81d5dc258e5f1ad25c5109cb4bf3f6be83deb4 The change is...

bug

See https://github.com/thoughtbot/factory_bot/issues/1536

DEPRECATION: Rsolr.new/connect option 'read_timeout' is deprecated and will be removed in Rsolr 3. 'timeout' is currently a synonym, use that instead. https://github.com/rsolr/rsolr/blob/v2.5.0/lib/rsolr/client.rb#L39 ``` if options[:read_timeout] warn "DEPRECATION: Rsolr.new/connect option `read_timeout`...

gems/sunspot_solr-2.5.0/lib/sunspot/solr/server.rb:173: warning: File.exists? is deprecated; use File.exist? instead gems/sunspot_solr-2.5.0/lib/sunspot/solr/server.rb:191: warning: File.exists? is deprecated; use File.exist? instead

Hi, we use multiple gem Servers. (e.g https://rubygems.org and https://rails-assets.org) Since Version 1.2 of the gem https://github.com/rubygems/gems an exception is thrown if the gem could not be fetched: - https://github.com/rubygems/gems/commit/0f5a1933387f8d7cc27f651a9cc81eea36a1bf22...

Hi there, this commit broke our code: https://github.com/ilyakatz/data-migrate/commit/9dda06181ebbc63d1fe78069080ce8d9db9d71b6 We use `DataMigrate::DataSchemaMigration.exists?` to check if any data_migration allready ran. It's `true` if we set up a new system. With the commit...

Is the Version v3.2.3 of faker correct? (https://github.com/faker-ruby/faker/blob/v3.2.3/CHANGELOG.md) There are a lot of changes when I compare v3.2.2 and v3.2.3 on github: https://github.com/faker-ruby/faker/compare/v3.2.2...v3.2.3 But there are note the same changes...

🐞 Issue: Bug