Marcin Kalita
Marcin Kalita
This would be very useful if combined with https://github.com/lynndylanhurley/ng-token-auth/pull/309. Otherwise it is not that wise to disable it globally, because if you disable this header, your api's tokens will not...
I'm testing symmetric-encryption 3.6.0 on ruby 2.2.7 and ruby 2.6.2. I used the script above and a different config and resulting strings matched, so I also think this is issue...
Thanks @amnesia7 , it works, though it sucks in terms of performance (N+1 problem).
No, I tried, this one is not any better (N+1) and I have one search scenario where it causes "ERROR: PG::Error: ERROR: column "distance" does not exist".
https://github.com/pry/pry/issues/1429#issuecomment-148339406 definitely an issue with pry-rails
Sorry, `pry-rails` is innocent, it's `pry` vs. `rb-readline` war. ``` 1.9.3-p429 :002 > 'Ą' => "Ą" 1.9.3-p429 :003 > binding.pry [1] pry(main)> '��' Encoding::UndefinedConversionError: "\xC4" from ASCII-8BIT to UTF-8 from...
1.8.7, 1.9.3, 2.1.2 - net http changed a bit, but the concept was the same, one could and should be able to pass `nil` to bypass environmental proxy. It's like...
Viable option for Rails paths and JSONAPI would produce following results for `Admin::Users`: `admin_users` (using `underscore.gsub(/\//,'_')`) instead of `admin/users` or `users` (using `demodulize`).
I would switch `to_s.downcase` to `underscore` everywhere in `lib/jbuilder/json_api.rb`
Maybe this will help, see https://github.com/micahwedemeyer/automongobackup/issues/18#issuecomment-68849835.