Grzesiek Kolodziejczyk
Grzesiek Kolodziejczyk
Scrolls needed for deployment on Shelly Cloud. Will also be useful for Heroku, so it would be nice to put them into the main repo.
It looks like perhaps it was added to dependencies instead of devDependencies. Because of that, slim-select is pulling behind a ton of dependencies when added to a project.
Formatting with `sign_before_symbol: true` results in weird output for currencies that use symbol after the amount. Compare those two for example: ``` Money.from_amount(-1.23, "USD").format(sign_before_symbol: true) => "-$1.23" Money.from_amount(-1.23, "PLN").format(sign_before_symbol: true)...
With Ruby 3.1 psych version gets bumped to 4.x, which changes the behavior of `YAML.load` to `YAML.safe_load`. Since this YAML content is controlled by this gem, we can assume it's...
I ran into the problem of having admin user auth methods defined on a controller that inherits from ApplicationController, and thus being unable to properly secure blazer. This PR (or...