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

Loosen Ecto version for Phoenix 1.0 compatibility #43

Merged
merged 1 commit into from
Aug 30, 2015

Conversation

clekstro
Copy link
Contributor

When attempting to install with a new Phoenix app, there are Ecto version conflicts. This should resolve them.

@manukall
Copy link
Owner

thanks @clekstro. i'm merging that and will release a new version.

manukall added a commit that referenced this pull request Aug 30, 2015
Loosen Ecto version for Phoenix 1.0 compatibility
@manukall manukall merged commit 2731c20 into manukall:master Aug 30, 2015
@manukall
Copy link
Owner

sorry, had to revert the merge.

ecto's api has changed and at least validate_unique was replaced by uniqueness_constraint.
so before allowing newer ecto versions, we need to fix that. do you want to do that? i'm not actively using this library myself anymore, so it wouldn't be top priority for me to work on it...

@clekstro
Copy link
Contributor Author

@manukall Sorry for the churn. I'm totally new to Ecto, but I can have a look. Out of curiosity, are you using something different or just not working with Phoenix atm?

@manukall
Copy link
Owner

no problem. i appreciate you contributing.

i'm working on http://www.projecttalk.io at the moment. still phoenix, but it's not a SPA, so i don't need token auth. i'm using https://github.com/scrogson/oauth2 there, as it's tied to Github anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants