Santiago Pastorino
|
5598bb0f79
|
Make Associations in root work with ArraySerializer
Closes #414
|
2013-10-31 17:27:36 -02:00 |
|
Santiago Pastorino
|
4d4b820cbe
|
has_one returns arrays with roots pluralized
|
2013-10-30 15:26:13 -02:00 |
|
Arthur Neves
|
860acad9af
|
s/side_load/embed_in_root
|
2013-10-24 14:12:02 -04:00 |
|
Santiago Pastorino
|
cef6f85f44
|
Deprecate include in favor of side_load
|
2013-10-24 15:09:26 -02:00 |
|
Santiago Pastorino
|
48db253765
|
embed_in_root is now side_load
|
2013-10-24 14:57:41 -02:00 |
|
Santiago Pastorino
|
df5ef33ae6
|
Allow to turn off ams
Closes #378
You can define now
```
def default_serializer_options
{ serializer: false }
end
```
|
2013-10-23 20:34:34 -02:00 |
|
Santiago Pastorino
|
06e4c2c9d6
|
Test attributes declared as strings
Thanks @mikegee
Closes #380
|
2013-10-22 11:55:32 -02:00 |
|
Santiago Pastorino
|
73774649e3
|
Implement Generators
|
2013-10-18 17:49:21 -02:00 |
|
Santiago Pastorino
|
94a83c1cc0
|
Make relationship graph of AR integration tests bigger
|
2013-10-18 17:49:21 -02:00 |
|
Santiago Pastorino
|
23e6ed32be
|
Add default_serializer_options test
|
2013-10-18 17:49:20 -02:00 |
|
Santiago Pastorino
|
75e9a2599d
|
Store attributes as they are instead of converting them into Strings
|
2013-10-18 17:49:20 -02:00 |
|
Santiago Pastorino
|
aa23e811cc
|
Use controller name as root when serializing an array and not root is defined
|
2013-10-18 17:49:20 -02:00 |
|
Santiago Pastorino
|
6f3503c965
|
Use serializer name as root when root not set
|
2013-10-18 17:49:19 -02:00 |
|
Santiago Pastorino
|
8462a73f3a
|
Make render json work when not using AMS
|
2013-10-18 17:49:19 -02:00 |
|
Santiago Pastorino
|
29148cbe1c
|
Add AC::Serialization#serialization_scope as a class level method
|
2013-10-18 17:49:19 -02:00 |
|
Santiago Pastorino
|
e6993c677b
|
Add missing requires
|
2013-10-18 17:49:18 -02:00 |
|
Santiago Pastorino
|
fa61314d0e
|
Add AR integration tests
|
2013-10-18 17:49:18 -02:00 |
|
Santiago Pastorino
|
4c7599cfff
|
Use more meaningful model names for tests
|
2013-10-18 17:49:18 -02:00 |
|
Santiago Pastorino
|
0d4dfb69a9
|
Fix directories the project is on top level dir
|
2013-10-18 17:49:17 -02:00 |
|
Santiago Pastorino
|
a25c352525
|
Move models and serializers in test to fixtures.rb file
|
2013-10-18 17:49:17 -02:00 |
|
Santiago Pastorino
|
0d3b56e9cf
|
Implement AC integration
|
2013-10-18 17:49:17 -02:00 |
|