Dennis Denicio
Dennis Denicio
Only by allowing specific `headers` I was able to make an authorised request to the api. ```ruby Rails.application.config.middleware.insert_before 0, Rack::Cors do allow do origins 'localhost:4200', 'http://localhost:4200/' resource '*', headers: ['Authorization',...
```ruby authorize_by_access_cookie! authorize_by_access_header! authorize_by_refresh_cookie! authorize_by_refresh_header! ``` It was hard to debug. This part of the documentation should be highlighted more.
The light theme makes it a little bit hard to see the warnings/errors. To show the issue I represent the dark (working) and the light theme ### Dark Theme ###...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines - [ ] Tests for the changes have been...
All numbers are getting transformed into strings. Is this a common behaviour for numbers or do I need to configure the usage of the gem? ## Database value via rails...
If a controller inherits from another controller and uses some action from the super class, **rails_best_practice** does not recognize the inheritance and says `restrict auto-generated routes`. Example ``` ruby class...
For most of the api only rails application, requests specs are used in favour of controller specs. `:AV` does not recognise requests specs. Could we have a fallback to them?...
### Did you check the docs? - [X] I have read all the LazyVim docs ### Is your feature request related to a problem? Please describe. When programming in `ruby`...
```ruby Webpush.generate_key ``` Will raise `pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError)`