-
Hey there!
With the move towards passkeys (through the FIDO Alliance, Apple's OS updates, Windows Hello, etc.); I think it would be extremely useful for the larger Ruby community to have Devise sup…
-
I have some unusual failures when using this gem in rspec tests:
If I run rspec like this:
```
rspec spec/ -fd
Setlist pages
setlist#new
should be valid markup (FAILED - 9)
should have co…
-
can you fix this issue to support rails 3.1 rc4?
Bundler could not find compatible versions for gem "railties":
In Gemfile:
render_component_vho depends on
railties (~> 3.1.0)
```
rails …
-
Hello.
I am using trestle-auth gem.
That's all nice.
I want to be secure Trestle with Devise gem.
I installed devise gem and read wiki(How To: Secure Trestle with Devise) section.
But I g…
-
**When using this gem for a json api exclusively what is the best practice configuration?**
How are controllers protected since there is no "authenticate_user" method.
My config is below, please co…
-
I ran:
```
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
\curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rv…
-
It appears that last week changes were made to handle validation failures when updating an object. But no such changes were added for handling Sequel::ValidationFailed when saving a new user (during s…
-
## Context
1. [PATCH] /api/v2/storefront/cart/set_quantity
- ```{ "quantity": true }```
2. [PATCH] /api/v2/storefront/account/addresses/{id}
- {id}=```1```
- ```{ "address":{ "…
-
The gem is currently unusable, due to a missing mixin, 'box-shadow'.
There is a pull request waiting, #62, that seems to deal with this problem.
Ruff9 updated
6 years ago
-
Screenshot seems to run on all examples, regardless of type. Normally this isn't an issue, as it doesn't produce a screenshot if Capybara isn't running. But in a model spec, it still tries, which caus…