active_model_serializers/lib/active_model/serializer
Bruno Bacarini 2c2f948fa0 Add pagination links automatically
Pagination links will be included in your response automatically as long
as the resource is paginated using Kaminari or WillPaginate
and if you are using a JSON-API adapter. The others adapters does not have this feature.
2015-08-18 19:04:04 -03:00
..
adapter Add pagination links automatically 2015-08-18 19:04:04 -03:00
adapter.rb exchange pagination class to inside json_api scope 2015-08-18 19:04:02 -03:00
array_serializer.rb remove resource and options attr_reader from array_serialize 2015-08-18 19:04:03 -03:00
association.rb Associations refactoring 2015-07-30 11:20:29 +03:00
associations.rb Disallow to define multiple associations at once 2015-07-31 19:15:56 +03:00
belongs_to_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
collection_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
configuration.rb enabling flatten json as default adapter 2015-06-15 13:49:24 -03:00
fieldset.rb pluralising root key when using arraySerializer 2015-06-15 15:59:01 -03:00
has_many_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
has_one_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
lint.rb Add linter for serializable resource 2015-07-09 11:20:19 -05:00
railtie.rb require rails/railtie before subclassing Rails::Railtie 2015-07-17 14:16:30 -05:00
reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
singular_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
version.rb Bump Version Number to 0.10.0.rc2 2015-07-31 04:51:55 -05:00