active_model_serializers/test
Wasif Hossain 64c7fee7a8 Code cleanup (#2369)
* Lint travis.yml on https://config.travis-ci.com/explore

* Replace deprecated 'thread_safe' with 'concurrent-ruby' alternative

'thread_safe' gem is now deprecated and merged into 'concurrent-ruby'.
Ref: 52e5f373a9 (diff-42d5a45da331eaa07d2b315bd3c9e738)

* Fix deprecation warning for Ruby 2.7

https://bugs.ruby-lang.org/issues/15539


* Remove a TODO tag that is already resolved
2020-01-02 21:53:59 -05:00
..
action_controller fix include in failing test 2019-06-14 09:52:16 +02:00
active_model_serializers Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
adapter Add support for Rails 6.0.0 on Travis 2019-08-21 22:21:31 +06:00
benchmark Fix rubocop offenses 2019-04-23 02:06:12 +06:00
fixtures update test fixture schema to use timestamps instead of timestamp 2019-03-14 11:00:45 -04:00
generators Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
serializers Code cleanup (#2369) 2020-01-02 21:53:59 -05:00
support Configure ActionDispatch::Response#content_type behavior on Rails 6+ 2019-08-23 23:46:29 +06:00
active_record_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
adapter_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
array_serializer_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
cache_test.rb Introduce use_sha1_digests config option 2019-10-16 13:06:45 -07:00
collection_serializer_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
grape_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
lint_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
logger_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
poro_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
serializable_resource_test.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
test_helper.rb Configure sqlite3 to use ~> 1.4 for rails 6+ 2019-04-22 23:22:28 +06:00