Match file paths with spaces in caller regexp

This commit is contained in:
Randy Stauner
2015-12-01 07:33:09 -07:00
parent 8aaaa44ba3
commit 90fa377040
3 changed files with 19 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ Features:
Fixes:
- [#1239](https://github.com/rails-api/active_model_serializers/pull/1239) Fix duplicates in JSON API compound documents (@beauby)
- [#1214](https://github.com/rails-api/active_model_serializers/pull/1214) retrieve the key from the reflection options when building associations (@NullVoxPopuli, @hut8)
- [#1358](https://github.com/rails-api/active_model_serializers/pull/1358) Handle serializer file paths with spaces (@rwstauner, @bf4)
Misc:
- [#1233](https://github.com/rails-api/active_model_serializers/pull/1233) Top-level meta and meta_key options no longer handled at serializer level (@beauby)