-
Running in the console or in a seeds.rb file a setting write results in error:
```ruby
Settings.app_name = "The Core by Gabriele Tassoni"
Traceback (most recent call last):
1: from (irb)…
-
I'm having an issue wherein the expected auth headers aren't being set, even though the request has been authenticated and there are no model validation errors (as reported in #884). I've determined t…
-
I tried signInOAuth() with the default authentication flow (), after the authentication the window doesn't close and nothing else happens.
I also tried the Online demo, and I got the error below a…
-
The admin goes to check the Project settings and saves the page.
One second later the following appears in the auth.log:
```
Nov 16 08:42:28 redmine sshd[12348]: Accepted publickey for git from 198.1…
-
1. Describe the issue you are having and what you expected to happen.
When a user is probably in too much ldap groups and tries to log in via OIDC, it doesn't work when the token is too long.
Expect…
-
Get a `KeyError (key not found: :ciphers)` error. Known issue on older versions of rest_client. Need to upgrade to version 2.0.
https://github.com/rest-client/rest-client/issues/612
uuunk updated
4 years ago
-
I am using `google_drive` gem.
This is `config.json`.
```
{
"client_id": "*****.apps.googleusercontent.com",
"client_secret": "*****",
"scope": [
"https://www.googleapis.com/auth/dr…
-
I'm not sure if this is related to issue #630 or not. I posted this as a [question on Stack Overflow](http://stackoverflow.com/questions/14713112/facebook-authentication-not-working-with-custom-callba…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{…
-
I get a namespace error when I visit the mounted apipie url in my app.
engine's routes:
``` ruby
Core::Engine.routes.draw do
apipie
# snip
end
```
application's routes:
``` ruby
Rails.applicat…