Ray Zane
Ray Zane
```ruby Post.joins(:author).selecting { [post.id, author.*] } ```
I don't see much activity happening here. It also looks like support for Rails 6 was merged in September 2019, but it was never released.
Official Vue support was added to parcel today. I was hoping that maybe I could use this plugin with a Vue SFC, but that doesn't appear to work as expected....
This PR aims to simplify the way that the stub socket is assigned and swapped in Net::HTTP.
Ruby's Net::BufferedIO doesn't hit the network; therefore, this library should not be patching it. I believe that `WebMockNetBufferedIO` and `PatchedIO` were introduced so that a String could be used as...
`babel-runtime` is used in the development of this package, but this package doesn't depend on babel-runtime at runtime.
Currently, you can do this: ```erb ``` This is great if you want to control the class name on the label; however, all other attributes for the label are ignored....
**Describe the bug** Certain HTML tags can be omitted. See here: https://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags. **To Reproduce** This script reproduces the problem. Note that `Pennsylvania` does not have a closing tag. This is...
I found a few places where passing a symbol as a test ID doesn't work as expected. All of the other selector types support symbols as for test ID selectors.