Achilleas

Results 16 issues of Achilleas

Inspired by [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) I wanted to be able to conditionally enable and disable meta_request through environment variables. We have a few tools for benchmarking pages and including them all each...

Hi, I am trying to select an option in my select2 that is inside an optgroup. The error in capybara I get is: `Ambiguous match, found 2 elements matching css...

There is an issue with optgroups because the labels of the optgroups also have the class `select2-results__option`. Adding the role to the selector fixes this issue. More details about the...

We are looking at replacing, amongst other things, Heroku dataclips with Blazer. The thing that we use a lot with dataclips is the sharing feature: it allows a developer to...

I recently discovered this gem and I think it is great as a concept, but, I want to avoid PostgreSQL for my project as long as possible. I included the...

Hi, I am trying to create a keybinding that runs my tests in a terminal tab and doesn't auto-close: I started out with a proof of concept with `ls`, but...

I was wondering if there are any tests I can run against a custom adapter to see if I have implemented all the features properly.

enhancement
stale

Is it possible to use my own SSL certificates instead of the ones from Lets Encrypt on a per container basis? If so, what would the config look like?

As promised a PR for making the gem work with multiple databases. Consider this a proposal for the overall design. I believe it does work, but I haven't used it...

Hi, In a project where we use fakeweb I ran into an issue when I tried to connect to Neo4j (a graph database). The gem I used to connect to...