Florian Aßmann

Results 11 comments of Florian Aßmann

I'm working on a threaded version which will support Rails 2 and 3.

Could you try again with the latest sources?

please use :insert instead of :use for adding the middleware, and can you add the views/layouts to the gist?

You can either use insert with a numeric integer or provide an already chained middleware you want to insert before, but that's Rails manual. For simplicity let's say insert at...

please only use paths (/pricing/delivery_quote), not full URIs (http://customink.local/pricing/delivery_quote).

It also[ breaks Sidekiq 7+](https://github.com/sidekiq/sidekiq/issues/5594) since it uses a library redis-client which requires HELLO to go into RESP3.

So you suggest making all the format validators configurable? That wasn't my intention all along since I see only like email validating is quite challenging and often too restrictive. We're...

It's happening to me, too. ``` [GoodJob] Notifier errored: NameError: uninitialized constant GoodJob::Job /usr/local/bundle/gems/good_job-4.10.2/lib/good_job/notifier.rb:257:in 'block in GoodJob::Notifier#with_connection' /usr/local/bundle/gems/activesupport-8.0.2/lib/active_support/execution_wrapper.rb:91:in 'ActiveSupport::ExecutionWrapper.wrap' /usr/local/bundle/gems/good_job-4.10.2/lib/good_job/notifier.rb:256:in 'GoodJob::Notifier#with_connection' /usr/local/bundle/gems/good_job-4.10.2/lib/good_job/notifier.rb:204:in 'block in GoodJob::Notifier#create_listen_task' /usr/local/bundle/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb:24:in 'block in Concurrent::SafeTaskExecutor#execute' /usr/local/bundle/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb:48:in...