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

remove dependency on activesupport 3 #7

Open
karmajunkie opened this issue Jun 12, 2012 · 3 comments
Open

remove dependency on activesupport 3 #7

karmajunkie opened this issue Jun 12, 2012 · 3 comments
Milestone

Comments

@karmajunkie
Copy link
Owner

Remove this dependency so that the gem can be used with any ruby project, including Rails 2.x.

@statianzo
Copy link
Contributor

You may find aequitas useful for validations to replace ActiveModel's. It has integration with Virtus.

@statianzo
Copy link
Contributor

Using aequitas or any other validation library is shouldn't be a hard dependency. For those who do already use activemodel/support, being able to reuse that functionality would be good instead of pulling in a library with similar-but-not-the-same features.

@karmajunkie
Copy link
Owner Author

Agree wrt it not being a hard dependency; in fact I'm not sure I see any reason to have it integrated into the gem at all, other than a mention in the README.

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

2 participants