Results 13 issues of Alex Wilson

Additional information which could be helpful if relevant to your issue: This came up in our code because we have a model which uses a custom ID key, but we...

In some cases, a `where` or `where_not` clause is silently ignored when it should probably throw an error. ### Code example Assume you have a model class called ExampleNode. ```ruby...

``` opts = {row_sep: "|\n", col_sep: ","} CSV.parse(CSV.generate(opts) { |csv| csv