- Treat
ActiveModel::RecordNotFoundlikeActiveRecord::RecordNotFoundinActionDispatch - Properly type cast values when they are defined as attribute
- Ensure that there is always at least an empty array of records
- Rename
ActiveModel::ModelNotFoundtoActiveModel::RecordNotFound - Allow creating a
ActiveModel::Relationwithout passing a collection - Don't require a
.recordsclass method on model classes - Allow passing a block to
ActiveModel::Relation#find
- Initial release