active_model_serializers/lib/active_model/serializer
Benjamin Fleischer 05430fb233 Fix typos
```
go get -u github.com/client9/misspell/cmd/misspell
misspell  -w -q -error -source=text {app,config,lib,test}/**/*
```

>   workers   = flag.Int("j", 0, "Number of workers, 0 = number of CPUs")
>   writeit   = flag.Bool("w", false, "Overwrite file with corrections (default is just to display)")
>   quietFlag = flag.Bool("q", false, "Do not emit misspelling output")
>   outFlag   = flag.String("o", "stdout", "output file or [stderr|stdout|]")
>   format    = flag.String("f", "", "'csv', 'sqlite3' or custom Golang template for output")
>   ignores   = flag.String("i", "", "ignore the following corrections, comma separated")
>   locale    = flag.String("locale", "", "Correct spellings using locale perferances for US or UK.  Default is to use a neutral variety of English.  Setting locale to US will correct the British spelling of 'colour' to 'color'")
>   mode      = flag.String("source", "auto", "Source mode: auto=guess, go=golang source, text=plain or markdown-like text")
>   debugFlag = flag.Bool("debug", false, "Debug matching, very slow")
>   exitError = flag.Bool("error", false, "Exit with 2 if misspelling found")
2016-12-11 23:41:23 -06:00
..
adapter Improve Coverage 2016-06-07 01:50:03 -05:00
concerns Fix typos 2016-12-11 23:41:23 -06:00
adapter.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
array_serializer.rb re: RuboCop - Use nested module/class definition instead of compact style. 2016-06-20 22:15:20 +01:00
association.rb Merge pull request #1799 from ScottKbka/patch-1 2016-08-31 16:18:47 -05:00
attribute.rb Factor out ancestor class Field of Attribute and Reflection. 2016-01-13 06:20:04 +01:00
belongs_to_reflection.rb Improve Coverage 2016-06-07 01:50:03 -05:00
collection_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
collection_serializer.rb Fix namespace lookup for collections and has_many (#1973) 2016-11-15 08:35:58 -05:00
error_serializer.rb re: RuboCop - Use nested module/class definition instead of compact style. 2016-06-20 22:15:20 +01:00
errors_serializer.rb re: RuboCop - Use nested module/class definition instead of compact style. 2016-06-20 22:15:20 +01:00
field.rb String/Lambda support for conditional attributes/associations 2016-04-26 21:37:25 +09:00
fieldset.rb Initialize fieldset. 2015-10-25 19:56:43 +01:00
has_many_reflection.rb Improve Coverage 2016-06-07 01:50:03 -05:00
has_one_reflection.rb Improve Coverage 2016-06-07 01:50:03 -05:00
lint.rb re: RuboCop - Use nested module/class definition instead of compact style. 2016-06-20 22:15:20 +01:00
null.rb Handle render.ams with nil serializer or adapter 2016-03-28 21:33:23 -05:00
reflection.rb This adds namespace lookup to serializer_for (#1968) 2016-11-09 07:57:39 -05:00
singular_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
version.rb Bump to 0.10.3 2016-11-21 08:55:22 -06:00