Wyatt Kirby

Results 42 comments of Wyatt Kirby

@PierBover As far as I know this isn't exposed, but I'll look into adding it as an option. If you'd like to open a PR, feel free.

@Crisfole it seems like this would be easy to address by extending `new` and `create` on the model to call `allow_phi!` for you. In theory, you aren't _creating_ a model...

I'm not 100% clear on what this request is. Two things: 1. In the example code, `before` is never used. What is the reason for capturing the `before` variable? 2....

@julianhille I realize I'm not the original issue reporter, but this looks to be working for me.

@Stranger6667 thanks for the fast response! Tried isntalling `clang` & `lld`, then installing `rust` itself. `cargo --version` now outputs: ``` cargo 1.82.0 (8f40fc59f 2024-08-21) ``` Unfortunately, this still results in...

Checking in with the same problem. MacOS Sequoia 15.1.1, 2021 M1 Max. I suspected this might be something related to inotify and/or atomic save; the issue is persistent across Sublime...

FWIW I am experiencing the exact same thing. Rails 8.0.3, administrate 1.0.0.beta3. ``` Administrate: administrate:dashboard administrate:field administrate:view administrate:views administrate:views:edit administrate:views:field administrate:views:form administrate:views:index administrate:views:layout administrate:views:navigation administrate:views:new administrate:views:show ``` This is a...

@nickcharlton here's our team's Rails starter project with administrate 1.0.0.beta3 installed. Our repo is basically stock rails + a handful of gems configured the way our team likes to use...

@nickcharlton brilliant. Yes, we had an errant double file definition for `ErrorService`. This wasn't the case in the real project where we were having the trouble, but attempting to run...

@danielmorrison thanks, will fix test failures