-
Hi folks,
It doesn't seem that `quiet_logger_prefixes` works in a non modular app.
Gemfile:
```
source 'https://rubygems.org'
gem 'puma'
gem 'sinatra', github: 'sinatra/sinatra', tag: 'bc7…
-
I'm sorry for opening an issue that is so scarce on the details, but it's hard to get much information.
I have a relatively simple Sinatra application, running on Alpine 3.9 with Ruby 2.5.3p105 (in…
-
## Expected behavior
As an admin-ui operator
* in order to troubleshoot admin-ui response with `Forbidden` to `https://admin-ui.redacted-domain/login?code=66mEDqe42a`
* I need a way to turn on …
-
Create an application (likely Sinatra) that we can use during development of the SDK and that can be released alongside it to provide a usage example.
-
In a project i recently upgraded from rails 4.2.8 to 5.1.4. There is a CSV export using `ActionController::Live` to stream line for line.
```ruby
class UsersController < ApplicationController
…
gurix updated
3 years ago
-
Logs:
[0cd3486a-ff6b-433e-b743-43e5e7e40ea0] (google_oauth2) Authentication failure! csrf_detected: OmniAuth::Strategies::OAuth2::CallbackError, csrf_detected | CSRF detected
My configs:
provider…
-
**Describe the bug**
I was testing the recording feature on v2.3 but the recordings were not being processed.
**Installation type**
I used bbb-install.sh on a VM with Ubuntu 18.04 LTS.
**Firew…
-
The scenario is, I'm building an app with a Backbone.js frontend and a Sinatra api/backend. Initially they were all mounted inside the same rack app, but I wanted to break them out into separate apps,…
-
## What Ruby, Rails and RSpec versions are you using?
Ruby version: 2.3.3p222
Rails version: 3.2.22.4
RSpec version: 3.9
- rspec-core 3.9.3
- rspec-expectations 3.9.4
- rspec-mocks 3…
-
Hello,
Since I switched to version 2.1 then my JSON content type is served as text/html.
Could it be related to this [old issue](https://github.com/sinatra/sinatra/issues/500).
I am definitely in…