-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Better serializer registration, get more than just the first module #1172
Better serializer registration, get more than just the first module #1172
Conversation
@@ -77,7 +81,7 @@ def find_by_name(adapter_name) | |||
|
|||
# Automatically register adapters when subclassing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's pretty cool.
looks like there was an error with a bunch of the tests. |
all on rails 4.0 |
history got borked somehwere |
:-( |
073d9f2
to
c2536b0
Compare
fixed |
Weird appveyor fails on SimpleCov 58% on Rails 4.0.. no idea why |
Travis is still failingmon rails 4.0 as well. Can you run against 4.0 locally and see if that'll give you any insight? crosses fingers |
@NullVoxPopuli Since it's different, I usually develop with |
4f22e94
to
edf30bb
Compare
But is potentially breaking anyone on rc3, but the fix is just to manually register the adapter with the rc3-style name
edf30bb
to
eb1264a
Compare
Thanks for fixing! |
Better serializer registration, get more than just the first module
But is potentially breaking anyone on rc3, but the fix is just
to manually register the adapter with the rc3-style name