Alex Koval
Alex Koval
@jreybert wdyt about this feature?
Hi @solnic ! I'm also struggling with this issue after upgrading from `dry-rails` v0.2 to the latest. I don't think that it's a Rails problem because I'm still at Rails...
I'm not sure that this is a smarter one but it fixes the problem https://github.com/k0va1/dry-rails/commit/767154a3e8e320b54a6725783afd7df5aa3e0acd
Hi guys! I bumped into the same issue https://github.com/activeadmin/activeadmin/issues/8245 Do u need any help with the PR? I'd be really happy to get this thing merged
Hi @deanpcmad! Thanks for a great job! I've tested this branch and bumped into one error: * looks like `passthrough` related code https://github.com/pay-rails/pay/pull/947/files#diff-b6c834b65694d506d791c25065febbc6b1b2e6cd4e606df61f411ae30278a4e5R41 is broken because `Pay::LemonSqueezy.owner_from_passthrough` method doesn't exist...
> This means a passthrough isn't required, but it may be best to keep it for if a customer doesn't exist? @deanpcmad I'm not quite sure if it's a valid...
Alright, got u. Data flattering is the case, I don't see any easy solution to this issue either. At least now 😀
Hi @rbarreca! Basically, `polaris_select` uses Rails [select](https://apidock.com/rails/ActionView/Helpers/FormOptionsHelper/select) under the hood, so you can pass either `input_options: { include_blank: true }` or `input_options: { prompt: "Select..." }` to achieve the desired...
+1 for automatic fetching tags. I've bumped into the same error and couldn't understand what was wrong. I added `fetch-tags: true` to the checkout step to solve it ```yaml -...