Clemens Kofler

Results 10 issues of Clemens Kofler

Cross-posting this here from the rails-i18n Google group, which seems to be almost inactive. --- Hey guys, it's been a while since I've been active on this list. ;-) There's...

pr-required

There's something that worries me about this extension: It adds lots of unscoped, private methods to the CheckoutController (`all_opts`, `order_opts` etc.). This could lead to big trouble if other extensions...

Follow-up of #170. The issue mentioned there also applies to other data types: - sets - sorted sets - lists - partially strings (e.g. `incr`, `incrby`, `decr`, `decrby`) - presumably...

bug
contributions-welcome

`OpenSSL::SSL::VERIFY_NONE` is dangerous (see https://brakemanscanner.org/docs/warning_types/ssl_verification_bypass/). We don't want to even hint at its possible usage, so people (especially less experienced engineers) don't accidentally use it.

It seems that the monkeypatches for the rack-mount optimizations don't work properly when using constraints in routes. See this gist: https://gist.github.com/705804 URLs with subdomains are recognized correctly but not URLs...

I've used DatabaseCleaner for several years (thanks!) without issues. But my current setup seems to not work properly. Basic setup: - Grape 0.19.2 - ActiveRecord 5.1.3 (+ otr-activerecord 1.2.4) -...

### Describe the bug Disclaimer: Strictly speaking, this is probably a mixture of a bug and a feature request. But since it does cause unexpected error messages in the output,...

bug
analyzer

As outlined in my comment in https://github.com/thoughtbot/shoulda-matchers/issues/1645, this adds a section that explains the implementation-based testing style that `shoulda-matchers` promotes over behavior-/outcome-based style for the sake of providing clarity to...

This is less a feature request than a documentation request. Also disclaimer: I'm aware that it could be construed as controversial or criticism of one of the most prolific testing...

[Prisma 6 has just hit the shelves](https://www.prisma.io/blog/prisma-6-better-performance-more-flexibility-and-type-safe-sql). This PR adds support for it by relaxing the version constraint of the peer dependency and explicitly using v6 for testing. While I...