Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Bundler-Requirement | Remove bundler requirement Remove the bundler dependency from test file. |
Balasankar C <balasankarc@autistici.org> | no | 2014-11-28 | ||
Disable-tests-which-will-fail-with-Rails-6.patch | Disable tests which will fail with Rails 6 Rails 6 adds :store=>"ActiveSupport::Cache::RedisStore" to each payload. So we ignore these tests there. However, this gem is for Rails < 6. No need to forward this workaround. |
Daniel Leidert <dleidert@debian.org> | not-needed | 2021-11-24 | ||
Use-redis.exists-method-instead-of-exists.patch | Use redis.exists? method instead of exists According to https://github.com/redis/redis-rb/blob/e3cf29dfb1d933bcd6670eb87a6246d54546cd80/lib/redis.rb#L17, it is recommended to use the "exists?" method instead of the "exists". On Debian, we're seeing 4 related failures when using "exists". Here's one: 1) Failure: ActiveSupport::Cache::RedisStore#test_0006_namespaces all operations [/<<PKGBUILDDIR>>/test/active_support/cache/redis_store_test.rb:93]: Actual: 1 These failures are solved by using "exists?". |
Sergio Durigan Junior <sergiodj@debian.org> | invalid | 2022-01-21 |