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

Added a (failing) test for when inflecting API #997

Merged
merged 1 commit into from
Jul 21, 2015

Conversation

rmcfadzean
Copy link

Failing test as per #993.

Not overly sure how to fix this though. Could potentially fail on other inflections too like json -> JSON.

@joaomdmoura
Copy link
Member

Awesome. Would be cool if someone pick this up and fix it on the same PR so I'm flaging it as Good for new contributors 😄

@bf4
Copy link
Member

bf4 commented Jul 14, 2015

@joaomdmoura I could only think of two solutions to this: 1) temporarily turn off the inflections 2) change how we look up adapters 3) don't use the inflector

So, I took a stab at making adapters registrable (since I don't really like the hard-coding adapter constant names) rmcfadzean#1

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

Successfully merging this pull request may close these issues.

3 participants