Randy Morgan

Results 4 issues of Randy Morgan

*Edit bij @jgonggrijp: [tldr link](https://github.com/jashkenas/underscore/issues/2882#issuecomment-706246341).* Is this intentional? ```javascript var a = new Error('a') var b = new Error('b') _.isEqual(a, b) // true ``` This holds true for extensions as...

breaking change
starter

## The Challenge The specification states that both the top level document and any resource may contain meta and links members. However, the deserialization here will nuke any resource specified...

- bakes in a few version switches (yuck!) so that we can be compatible with AR 2.3, 3.1, and 4.1 - removes support for ruby 1.8.7 - adds support for...

This allows users to overwrite the default behaviour of an attribute without needing to first remove the column and then add it in with a proc.

enhancement