A Flow of Code
A Flow of Code
@IPWright83 That just saved me quite a bit of effort, I think exactly what you have there should be bundled with the plugin.
Pulling the gem from github didn't solve this for me. `Gemfile.lock` says I got `revision: 2a83ef96b2e5aaeb6b21055127880f85752bd219` which I can see includes #1414. So is there a reason why I still...
There's nothing special about an enum from the perspective of a select element. The enum values are simply the options available to choose from. The thing is enums are usually...
I'm currently investigating Administrate to determine whether I can use it for some upcoming projects. I'm liking a lot of what I've seen and I'm about to set it up...
I just spent a while trying to figure out how to avoid N + 1 on a resource's index page, what finally solved it for me was overriding `scoped_resource` in...
For reference: https://datatracker.ietf.org/doc/html/rfc7797 @blag if you would still happily review and merge a pull request, it looks like @finvu has one linked to this issue, which @chayan-datta approved in March....
Lot of dupes but hard to find information for how to do this yourself. Here's an example of a migration to add a postgres enum to a pre-existing table. ```...
I noticed this on a mailer template, but given the style requirements for an email it doesn't really make sense to use it there.
I found this to be informative: https://redoc.ly/docs/resources/discriminator/ Full example and good explanation
I'd like to see a 100% complete list of possible use cases for this library from anyone who offhandedly dismisses the value of being able to use it synchronously 🙄...