diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2015-12-15 16:45:57 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2015-12-15 16:46:02 -0300 |
commit | f8edd2043e864aff0bde9289da550709532268a6 (patch) | |
tree | de1f0f70d9be602c1dbe1756f07b940bb647b6bb /railties/lib/rails/generators/rails | |
parent | 8391007b7ca123d26ec9b8581b56d6243c3cb908 (diff) | |
download | rails-f8edd2043e864aff0bde9289da550709532268a6.tar.gz rails-f8edd2043e864aff0bde9289da550709532268a6.tar.bz2 rails-f8edd2043e864aff0bde9289da550709532268a6.zip |
Do not default to any Serializer
We will wait until 5.1 to make a decision
Diffstat (limited to 'railties/lib/rails/generators/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index 2f7ffc055d..4384d9b6eb 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -22,9 +22,6 @@ source 'https://rubygems.org' # gem 'capistrano-rails', group: :development <%- if options.api? -%> -# Use ActiveModelSerializers to serialize JSON responses -gem 'active_model_serializers', '~> 0.10.0.rc2' - # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # gem 'rack-cors' |