case_transform icon indicating copy to clipboard operation
case_transform copied to clipboard

Extraction of the key_transform abilities of ActiveModelSerializers

Results 7 case_transform issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/flori/json) from 2.0.2 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 5.0.0.1 to 6.0.3.1. Release notes Sourced from activesupport's releases. 6.0.3 In this version, we fixed warnings when used with Ruby 2.7 across the entire framework. Following are...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 11.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.42.0 to 0.50.0. Release notes *Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).* > ## RuboCop 0.50 > ### New features > > * [#4464](https://github-redirect.dependabot.com/bbatsov/rubocop/pull/4464): Add `EnforcedStyleForEmptyBraces` parameter to `Layout/SpaceBeforeBlockBraces` cop....

dependencies

fixes: https://github.com/rails-api/active_model_serializers/issues/1834

New Method `underscore_without_question_mark` to get rid of question marks in boolean methods. I followed the discussion in the `active_model_serializers` project, but the solutions there are only valid for `

Gemfile should use gemspec the same way someone installing the gem does.. whatever is available at time... This is especially important on CI.