kreintjes

Results 8 issues of kreintjes

The last version was released almost a year ago, while the current master has useful improvements, such as select2 4.0 support. I am currently using a github ref, which works...

I use the globalize gem for managing internationalized attributes of models. When I try to sort on the translated attribute of an association and add a custom join to the...

We have been using the RubyUnits gem for quite some time now in our application to perform calculations with units. Sometimes it happens we divide two RubyUnit objects with the...

feature request

Hi, I have a strange problem. I have a pg_search_scope that searches in associations as well, using associated_against. When I use this scope for a calculation query (e.g. sum) with...

The Sublime Text toggle comment feature (turn line into comment) does not work when the cursor is on Ruby code. The line is then commented out with a `#` character,...

Fixes issue when trying to download a CSV export in combination with Turbolinks 5 (issue #326, credits to @nathanvda for the fix) and fixes Rails 5 deprecation warning concerning `render...

Ruby 3.1 includes new syntax to leave the hash value if it is a variable called the same as the hash key: https://bugs.ruby-lang.org/issues/14579. However there sometimes are cases this new...

bug

Hi, first of all thanks for the gem! I was wondering if the gem also supports the OpenID Connect back-channel sign out protocol: https://openid.net/specs/openid-connect-backchannel-1_0.html. I could implement this myself by...