-
## Skipping requests
We'd like to skip requests on a per-request basis. Basically, only requests from our customers sandbox accounts should be sent, for privacy reasons.
If we could return false…
-
For rails 7.1.3
In `config/application.rb`:
`config.action_dispatch.cookies_same_site_protection = lambda { |request|`
`request.path == '/users/auth/apple' ? :none : :lax`
`}`
In `controllers…
-
I coded the following patch to enable redmine_http_auth to be used with Redmine 2.x (at work, with an Apache 2.x + mod_ldap setup). Tested on Redmine 2.1.2 with Rails 3.2.8
The patch itself :
http:/…
-
When bringing up the swarm, the command `sudo docker stack deploy -c docker-compose.yml decidim-tutorial` fails.
The decidim container has the error `Could not locate Gemfile`.
-
Hi! I'm having issues trying to debug test using the debugger. Getting this error:
![Screenshot 2024-06-17 at 16 29 12](https://github.com/st0012/ruby-lsp-rspec/assets/16313890/3c25e878-7464-4893-8b…
-
Hello.
I am using trestle-auth gem.
That's all nice.
I want to be secure Trestle with Devise gem.
I installed devise gem and read wiki(How To: Secure Trestle with Devise) section.
But I g…
-
In a rails app, adding `provider :browser_id` to the bottom of my initialiser block causes all strategy failures to be detected as browser_id failures and causes a redirect loop at /auth/failure.
**S…
mcoms updated
11 years ago
-
## Environment
- Ruby **3.0.4p208**
- Rails **6.1.6**
- Devise **4.8.1**
## Current behavior
When calling `devise_for` with a `format: false` parameter, i.e.:
```ruby
# frozen_string_li…
-
Hello,
I'm having trouble setting up grants_assertion with google. I've setup doorkeeper and currently have a react-native app that is getting an idToken, accessToken and code. This is doing so, by…
-
(I know something similar has been issued before, but not as detailed with samples as here and not fixed, so here's my issue).
## Environment
- Ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64…