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