active_model_serializers/test
Benjamin Fleischer 4cc454d49b Setup benchmarking structure
- Setup dummy app files in `test/dummy`
- Setup dummy test server `bin/serve_dummy
  - Note:  Serializer caching can be completely disabled by passing in
  `CACHE_ON=off bin/serve_dummy start` since Serializer#_cache is only
  set at boot.
- run with
  - ./bin/bench
  - `bin/bench` etc adapted from ruby-bench-suite
  - target files are `test/dummy/bm_*.rb`. Just add another to run it.
  - benchmark cache/no cache
  - remove rake dependency that loads unnecessary files
- remove git gem dependency
  - Running over revisions to be added in subsequent PR
2016-03-09 12:42:25 -06:00
..
action_controller Rubocop autocorrect 2016-03-08 22:32:34 +01:00
active_model_serializers Provide Rails url_helpers via SerializationContext 2016-03-07 10:40:34 -07:00
adapter Rubocop autocorrect 2016-03-08 22:32:34 +01:00
dummy Setup benchmarking structure 2016-03-09 12:42:25 -06:00
fixtures RFC: Json Api Errors (WIP) 2016-03-06 12:03:14 -06:00
generators Only load generators when needed 2016-01-15 01:52:27 -06:00
include_tree Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
serializers Rubocop autocorrect 2016-03-08 22:32:34 +01:00
support Rubocop autocorrect 2016-03-08 22:32:34 +01:00
active_record_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
adapter_test.rb Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace 2016-02-23 21:49:58 -06:00
array_serializer_test.rb Add a deprecation DSL 2016-03-07 01:07:06 -06:00
collection_serializer_test.rb Don't pluralize the CollectionSerializer#root for #json_key 2016-01-12 09:32:43 -08:00
grape_test.rb Rubocop autocorrect 2016-03-08 22:32:34 +01:00
lint_test.rb RFC: Json Api Errors (WIP) 2016-03-06 12:03:14 -06:00
logger_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
poro_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
serializable_resource_test.rb Collapse JSON API success/failure documents in one adapter 2016-03-06 12:03:17 -06:00
test_helper.rb Remove AS::Testing::Stream in favor of Minitest assert_output 2016-02-25 23:21:44 -06:00