Krzysztof Rybka
|
873cf4add2
|
Add frozen_string_literal pragma to ruby files
|
2018-12-17 16:54:56 +01:00 |
|
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
|
ce17a1b305
|
[DOCS] Refactor, update, create documentation [ci skip]
|
2015-12-14 14:38:29 -06:00 |
|
Benjamin Fleischer
|
2c8b9b796d
|
Rename ArraySerializer to CollectionSerializer for clarity
|
2015-10-21 16:53:26 -05:00 |
|
Benjamin Fleischer
|
c6f8d0f5f2
|
Rename FlattenJson to Attributes (allow plural adapter names)
|
2015-09-18 10:17:02 -05:00 |
|
João Moura
|
1ea5608e78
|
updating tests to match new adapters structure
|
2015-06-15 13:39:36 -03:00 |
|
Gary Gordon
|
5560b49098
|
Allow overriding the adapter with render option
Make it easy to use multiple adapters in an app.
use "adapter: false" to not use ams
make a test override config.adapter
|
2014-11-13 10:23:19 -05:00 |
|
Tema Bolshakov
|
6496b08464
|
rename simple adapter to json
|
2014-08-29 11:01:39 +04:00 |
|
Tema Bolshakov
|
6cc4fa0258
|
* Configure adapter using ActiveModel::Serializer.config.adapter
* Get adapter instance using ActiveModel::Serializer::Adapter.adapter_for(serializer)
|
2014-08-27 09:05:28 +04:00 |
|
Tema Bolshakov
|
d39a3e0aec
|
serializer_for Array
|
2014-08-26 12:50:47 +04:00 |
|