Dylan Fisher

Results 12 issues of Dylan Fisher

Instead of: `skip_before_action :authenticate_user!` You should use this line in Rails 5: `skip_before_action :authenticate_user!, raise: false` See this thread for more details https://github.com/plataformatec/devise/issues/4207#issuecomment-234587685

Without this change, the mount path of the Spree engine isn't taken into account, and this hard-coded URL results in a 404. Fixes #392

https://www.filestack.com/docs/concepts/pickers/web/#callbacks I followed the example in the callbacks section of your docs regarding throwing an error if a file is larger than a certain size, but this error isn't visible....

I was running into a problem where logging in with a Spree user created after installing this gem was taking around 120 seconds to login in development. I _think_ this...

Flickity v2.3.0 doesn't resize carousels in the same way as v.2.2.0, and if a user resizes their window while a slide transition is in progress, the correct size is not...

``` gem "spree", "~> 4.5" # core and API gem "spree_backend" # Rails admin panel (optional) gem "spree_gateway", "~> 3.9" # payment gateways eg. Stripe, Braintree (optional) ``` As pointed...

## Context Using Rails 7 and Spree 4.5.0 and trying to configure preferences causes app to crash on startup. This same issue applies to other areas an ActiveModel record is...

This line was changed March 28, 2022 and overrides the `Spree.user_class`, even if it's already been set to a custom user in the host app's `Spree.rb` file https://github.com/spree/spree_auth_devise/commit/0a45ca07cdb0976281500ccfd231483d3a6c0611#diff-8d002d054349f039bafc03785a785a1594ef6b4539298f59e84e95217a97abedL17. I don't...

Is it possible to specify which episodes to download? I want to download all the episodes starting from the last batch I downloaded. `ruby-tapas-downloader download -offset 123`

Hi, thanks for your work on this plugin, and apologies if this has already been brought up in another issue or documentation. I tried to research how to enable this...