active_model_serializers/test
Ryunosuke SATO f77362e9d6 Disabled protect_from_forgery
Because of the following error:
```
ActionController::InvalidCrossOriginRequest: Security warning: an
embedded <script> tag on another site requested protected JavaScript. If
you know what you're doing, go ahead and disable forgery protection on
this action to permit cross-origin JavaScript embedding.
```
2014-09-08 19:09:07 +09:00
..
array_serializer_test.rb Fix ArraySerializer's output when falling back on DefaultSerializer 2014-04-01 22:38:58 -06:00
association_test.rb If output is as expected, is this assert important? 2013-04-10 14:36:42 -07:00
caching_test.rb Attemp to fix bad test 2013-03-15 08:41:39 +01:00
generators_test.rb Fix failing tests for edge rails 2013-03-27 10:29:36 +05:30
no_serialization_scope_test.rb Revert 37b0690fb8. 2013-04-03 17:24:08 -07:00
serialization_scope_name_test.rb Sigh. 2013-04-03 23:56:06 -07:00
serialization_test.rb Disabled protect_from_forgery 2014-09-08 19:09:07 +09:00
serializer_support_test.rb add support of mongoid collection serialization 2013-05-05 21:50:34 +03:00
serializer_test.rb Fix serializer.as_json(nil) 2013-12-30 12:36:18 -06:00
test_fakes.rb Fix ArraySerializer's output when falling back on DefaultSerializer 2014-04-01 22:38:58 -06:00
test_helper.rb Fix to run tests 2014-09-08 19:04:29 +09:00