Nick Giancola
Nick Giancola
@Ahmed-ata112 thanks for this! I'm traveling for a few weeks so I'll get to this when I return. Cheers 🍻
Looks like shoryuken can be added to the list of gems that break preload: ``` worker_1 | bundler: failed to load command: sidekiqswarm (/usr/local/bundle/bin/sidekiqswarm) worker_1 | NameError: uninitialized constant ActiveJob::Base...
I suppose rather than `require: "rails/all"` you can just use Gemfile as your declaration of frameworks instead of application.rb, e.g: ``` gem "rails", "6.1.4.1", require: ["active_record/railtie", "action_controller/railtie", "action_mailer/railtie"] ```
@powmedia Fair enough.. I spend a lot of time in Rubyland where method calls and options lists read like sentences. I vote for `field` as the option name. :+1: Will...
@powmedia Added tests and defaulted `options.schema` in `createField` to an empty object if undefined. A test was failing because of an undefined field schema—I don't imagine this is a common...
@alextegelid I'd love to get this merged and released, but I haven't worked on this extension in years and don't have my environment setup to build it nor do I...
Sweet, thanks guys!
@guisehn Hey! This is a great idea. I _think_ this is more-or-less already doable in a couple of different ways, but perhaps could have some syntactic sugar added to make...
@zacheryph curious to get your thoughts on the above and what (if any) might make sense to upstream into this project
@lulalala This was on the roadmap a while back, but then https://github.com/nathanvda/cocoon reached a point of maturity where I wasn't able to justify what new/different features we'd be bringing to...