Matt Gibson
Matt Gibson
My model called `Action` has a dashboard, but this error happens preventing it from loading: ``` undefined method `fetch' for "index":String ``` Which comes from this part of `administrate/application_controller.rb` around...
In this URL, the `excluded_food_groups` are intended to be a comma-separated array, but here, only one value is supplied: `http://www.example.com/recipes/recommendations?filter[customer_id]=3&filter[delivery_date][eq]=2022-12-15&filter[excluded_food_groups][eq]=Beef&filter[meal_plan][eq]=Balanced&filter[portion_count_per_meal][eq]=2` In the resource, the filter is defined like this: ```ruby...
Opening a PR for discussion. I can refactor and add specs as advised if this is acceptable. The intention of this change is to enable the use of an adapter...
The scenario: I have a model with a has_many relationship, with an instance and some of its children already persisted. I want to add a new one. I send a...
I intend to have a go at implementing this feature, so I'm opening this issue to start a discussion. To meet the requirements of the GDPR, a user needs to...
I've so far only done the bare minimum here, so there is more to be done to tidy things up. So far, I have added a Rails engine skeleton (including...
Test case for this: ``` class ActiveJobTest < ActiveJob::Base queue_as :test_queue def self.queue queue_name end def perform; end end timestamp = 5.minutes.from_now ActiveJobTest.set(wait_until: timestamp).perform_later klass = ActiveJob::QueueAdapters::ResqueAdapter::JobWrapper jobs = Resque.delayed_timestamp_peek(timestamp,...
Two quirks of our setup might explain this 1. the indexes have custom names 2. We are using a custom schema name rather than `public` Not had time to find...
This is listed as a failed deploy as I have not enabled any webhooks and I'm only using the cli tool to deploy. I think applying the config should not...
**Describe the bug** Elixir and erlang installed via asdf. When running a test, an error appears as follows: ``` /Users/matthewgibson/.asdf/installs/erlang/23.2.4/bin/erl -pa /Users/matthewgibson/.asdf/installs/erlang/23.2.4/lib/compiler-7.6.6/ebin -pa /Users/matthewgibson/.asdf/installs/erlang/23.2.4/lib/megaco-3.19.5/ebin -pa /Users/matthewgibson/.asdf/installs/erlang/23.2.4/lib/diameter-2.2.3/ebin -pa /Users/matthewgibson/.asdf/installs/erlang/23.2.4/lib/erl_docgen-1.0.2/ebin -pa /Users/matthewgibson/.asdf/installs/erlang/23.2.4/lib/tftp-1.0.2/ebin...