Nick Charlton

Results 152 comments of Nick Charlton

Ah, hah, good stuff. I think breaking out the modules would be a good idea, but probably not in this PR. If you'd be up to it, could you do...

I think we've got a good path to actually do this now #2397 is merged. I note that we're using [selectize](https://www.npmjs.com/package/selectize) though and not [@selectize/selectize](https://www.npmjs.com/package/@selectize/selectize) so maybe it won't be...

Yeah, I wouldn't expect you to commit to anything, just get to it when you can! I happened to merge in #2502 the other day, which is also generator related....

I'm not sure if we do actually want to do this — are you finding you do override stuff like pagination, or the headers? The code here hasn't changed much...

I think this is a good idea, but I wonder if it should be in a plugin of some kind, rather than the core of Administrate. What do you think?...

I rebased this as the tests didn't seem to have run. I'd like to test this out on a few applications first just to check there's no odd regressions in...

Ah yeah, that's annoying. Do you think you'd be able to contribute a fix?

Hello! I wonder if this is caused by the change which was eventually fixed in #2383. Could you try pulling from `main` and seeing if that resolves the problem?

@nhippenmeyer, would you be able to take a look at this PR?

When you describe the two lines to be added: ```ruby has_one :thing accepts_nested_attributes_for :thing ``` Do you think the first line can be assumed? And the second only if you'd...