Skip to content
#

rack

Here are 270 public repositories matching this topic...

rubyFeedback
rubyFeedback commented Nov 14, 2019

Whenever I try to install the sinatra gem, the first install hangs during:

"Installing ri documentation for sinatra-2.0.7"

I manually interrupt it, then do it again, and then it works.

I have no idea what causes it, but all the other gems and their ri
documentation do not have this issue.

I believe that there must be something special for sinatra documentation
done that causes this b

puma
nateberkopec
nateberkopec commented Mar 14, 2020

The only tests we should be skipping on JRuby are the ones where the feature isn't supported by the platform. I had to add a bunch of skips to get us back to green (skip_on). We should remove these test-by-test.

I'm 99% confident that the problem in all these cases is just racy tests rather than code, but the only way to be sure is a passing test.

grzuy
grzuy commented Mar 30, 2018

As a rack-attack developer
I want the documentation to have a FAQ section
So that we benefit by reducing the chance of duplicated questions in the issue tracker
And users benefit from getting their questions answered faster without the need to wait for someone to answer to their issue


Good source of inspiration could be looking to all past [issues labeled 'questions'](https://github.c

Sinjo
Sinjo commented May 1, 2019

We (GoCardless) run our services in containers, which means a clean file system every time we boot the app.

We should look at what the behaviour is like for people who have file systems that persist between versions of the app. If so, we should look at what mitigations we can implement to make DirectFileStore work by default.

Any edge-cases should be added to the DirectFileStore’s docs.

ngan
ngan commented Apr 7, 2020

Description

config.ignore_classes should take an array of strings instead of constants (or either?)

Issue

As we add error classes to the ignore_classes we're realizing that we're inadvertently loading those classes that don't need to be loaded. It would be good if ignore_classes can take in an array of class names as strings since this comparison is done at the time of error any

Improve this page

Add a description, image, and links to the rack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rack topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.