Benjamin Fleischer
|
419faf03b9
|
Favor ActiveSupport::TestCase over Minitest::Test
- Better minitest 4/5 support
- Better DSL
- Already available with no changes
- Consistent interface
|
2015-12-22 10:35:51 -06:00 |
|
Benjamin Fleischer
|
fce856fc83
|
Merge pull request #1371 from bf4/documentation_updates
[DOCS] Refactor, update, create documentation
|
2015-12-20 22:30:44 -06:00 |
|
Benjamin Fleischer
|
ce17a1b305
|
[DOCS] Refactor, update, create documentation [ci skip]
|
2015-12-14 14:38:29 -06:00 |
|
Benjamin Fleischer
|
28394340d8
|
Add config.serializer_lookup_enabled that defaults true
|
2015-11-30 00:20:58 -06:00 |
|
Lucas Hosseini
|
1a42345d84
|
Only use subclasses of ActiveModel::Serializer during lookup.
|
2015-10-23 17:17:03 +02:00 |
|
Benjamin Fleischer
|
2c8b9b796d
|
Rename ArraySerializer to CollectionSerializer for clarity
|
2015-10-21 16:53:26 -05:00 |
|
Lucas Hosseini
|
9147469842
|
Extend serializer lookup to the parent serializer.
|
2015-10-08 18:23:54 +02:00 |
|
Benjamin Fleischer
|
09c97de90d
|
Add Style enforcer (via Rubocop)
It will fail the build, but as it is currently,
most of the cops are 'todos'. Great for new contributors.. :)
|
2015-09-03 20:50:45 -05:00 |
|
Bernard Potocki
|
c91b649504
|
Allow to define custom serializer for given class by defining #serializer_class method in serialized object's class. Resolves #515.
|
2015-05-03 17:47:52 +02:00 |
|
Jake Quain
|
c0166f3026
|
Check superclasses for Serializers
|
2014-10-13 17:39:54 -06:00 |
|
Tema Bolshakov
|
a54813806d
|
Tests for ActiveModel::Serializer.serializer_for for not array serializer
|
2014-08-26 13:27:46 +04:00 |
|
Tema Bolshakov
|
d39a3e0aec
|
serializer_for Array
|
2014-08-26 12:50:47 +04:00 |
|