active_model_serializers/lib
Benjamin Fleischer a36b25d2db Add rubocop binstub that rspects file patterns
Best of both worlds!

(Because you can't override the default rubocop includes)

The binstub basically, lets me safely `rubocop test/foo_test.rb`
instead of `bundle exec rubocop test/foo_test.rb`

```bash
  # ~/.profile
  # https://twitter.com/tpope/status/165631968996900865
  # tl;dr `mkdir .git/safe` to add `bin` to path, e.g. `bin/rails`
  PATH=".git/safe/../../bin:$PATH"
```
2017-03-12 15:50:05 -05:00
..
action_controller This adds namespace lookup to serializer_for (#1968) 2016-11-09 07:57:39 -05:00
active_model Bump to v0.10.5 2017-03-07 15:41:20 -06:00
active_model_serializers Merge pull request #2046 from leonelgalan/bug_filter_parameters 2017-02-16 11:55:23 -06:00
generators/rails Fix thor warning to set type: :boolean, was setting { banner: "" } 2017-01-06 17:16:57 -06:00
grape re: RuboCop - Use nested module/class definition instead of compact style. 2016-06-20 22:15:20 +01:00
tasks Add rubocop binstub that rspects file patterns 2017-03-12 15:50:05 -05:00
active_model_serializers.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00