Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[activemodel] Implement ActiveModel$Base methods #50

Open
yukihirop opened this issue Mar 6, 2021 · 0 comments
Open

[activemodel] Implement ActiveModel$Base methods #50

yukihirop opened this issue Mar 6, 2021 · 0 comments

Comments

@yukihirop
Copy link
Owner

yukihirop commented Mar 6, 2021

Summary

The remaining methods to be implemented are as follows

- [ ] MODULE ActiveModel::AttributeAssignment
- [x] MODULE ActiveModel::AttributeMethods
- [ ] MODULE ActiveModel::Attributes
- [x] MODULE ActiveModel::Callbacks
- [x] MODULE ActiveModel::Conversion
- [x] MODULE ActiveModel::Dirty
- [ ] MODULE ActiveModel::Lint
- [x] MODULE ActiveModel::Model
- [x] MODULE ActiveModel::Naming
- [ ] MODULE ActiveModel::SecurePassword
- [ ] MODULE ActiveModel::Serialization
- [ ] MODULE ActiveModel::Serializers
- [x] MODULE ActiveModel::Translation
- [ ] MODULE ActiveModel::Type
- [ ] MODULE ActiveModel::VERSION
- [x] MODULE ActiveModel::Validations
- [ ] CLASS ActiveModel::DeprecationHandlingDetailsHash
- [ ] CLASS ActiveModel::DeprecationHandlingMessageArray
- [ ] CLASS ActiveModel::DeprecationHandlingMessageHash
- [ ] CLASS ActiveModel::Error
- [ ] CLASS ActiveModel::Errors
- [ ] CLASS ActiveModel::ForbiddenAttributesError
- [ ] CLASS ActiveModel::MissingAttributeError
- [ ] CLASS ActiveModel::Name
- [ ] CLASS ActiveModel::NestedError
- [ ] CLASS ActiveModel::RangeError
- [ ] CLASS ActiveModel::StrictValidationFailed
- [ ] CLASS ActiveModel::UnknownAttributeError
- [ ] CLASS ActiveModel::ValidationError
- [ ] CLASS ActiveModel::Validator
@yukihirop yukihirop pinned this issue Mar 6, 2021
@yukihirop yukihirop added this to the 0.0.1 milestone Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant