-
Because all routes/filters/middlewares/extensions/errors(error handlers) are stored as class instance variable. And those values are sometimes Proc objects or unbound methods dynamically created with …
-
Hi
I try to show/edit a collection with NAN/bad data. But it is currently not possible to show/edit bad data. It throws:
``` log
JSON::GeneratorError - 810: NaN not allowed in JSON:
.../gems/2.0.0/…
remoe updated
10 years ago
-
Undercover does not find this uncovered sinatra route:
```ruby
get '/dummy_path' do
puts "This line is not covered"
end
```
`git diff master`:
```diff
+ get '/dummy_path' do
+ puts …
-
-
I am using Sinatra and Heroku to run my bot in production.
Is there a way to invoke a bot command from a Sinatra action?
I have another service that makes an HTTP call to the Sinatra app, that I…
-
I'm using puma with sinatra and puma clustered mode. I added a
```ruby
use PrometheusExporter::Middleware
```
And I am seeing
```
# HELP ruby_http_requests A counter of HTTP requests made
…
-
## Feature request
It'd be nice to be able to see the job count, number of workers etc. changing. on the sinatra app without having to refresh the page.
Possibly related to https://github.com/re…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Hello,
Attempted to use the sinatra-flash gem with my app and get the following error of "undefined local variable or method 'flash'" when I try to run my app.
# Background
# my_app
require 'sinatra…
-
http://sysmagazine.com/posts/139423/