Stephen Nelson

Results 9 comments of Stephen Nelson

This issue is relevant because it prevents `File/deleteOnExit` hook from running, which leaks temporary files (e.g. test output).

@cswilliams we have a number of Rails apps and we encountered a similar issue after upgrading to Ruby 3.3. I'm not sure what exactly changed, but it only affects the...

@peteryates thanks for the reply. That seems like a pragmatic approach at present. It would be good to have some guidance for users in how to resolve this disagreement between...

> ... As it's a problem that'd manifest in the same way on a vanilla Rails app ... Vanilla Rails doesn't provide helpers for showing errors next to fields so...

For anyone reading this and disparing for a way to remove attributes with merge, setting an attribute to nil will cause singult to remove it from the dom. e.g. (using...

I've reviewed the history of this code and it's not clear what the intended behaviour should be. The original implementation of `ActionView::PartialRenderer#merge_path_into_partial` introduced in dc1b0fd957246a05f7b490aa03970bcdcc9c48ba would remove any tokens that...

Previous discussion from 2011: https://github.com/rails/rails/issues/1951

I can still reproduce this on 7-1 and main. Could I get someone's eyes over it? It's a simple fix, so if there's appetite I'd be happy to provide a...

I can still reproduce this bug in 7-2-stable and main