issues
search
jsonapi-rb
/
jsonapi-serializable
Conveniently build and efficiently render JSON API resources.
http://jsonapi-rb.org
MIT License
45
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add links conditionally
#126
zubin
closed
6 months ago
1
Don't render relationships unless explicity requested in 'include' param (which fixes a bunch of bugs with it)
#125
Diasporism
opened
2 years ago
0
Conflicting behavior for Relationships when using `fields` and/or `include`
#124
Diasporism
opened
2 years ago
6
Conditional fields with key format
#123
jembezmamy
opened
2 years ago
0
JSONAPI::Serializable::UndefinedSerializableClass: No serializable class defined for User::Perspective
#122
rgaufman
closed
2 years ago
1
Omit relationship meta when nil
#121
remear
closed
3 years ago
0
Overlapping IDs leads to confusing behaviour
#120
doconnor-clintel
opened
3 years ago
0
KeyFormat breaks included relationships
#119
juni0r
opened
4 years ago
0
Is it possible to dasherize key name from an underscore key ?
#118
bsylvain
opened
4 years ago
0
Is it possible to add global option for setting key_format
#117
saygun
opened
4 years ago
0
Incompatible with Rails 6
#116
shushugah
closed
4 years ago
2
Provide a way to quickly link attributes and object methods?
#115
davidw
closed
4 years ago
1
README: Use SVG badge
#114
olleolleolle
closed
5 years ago
0
[add lazy meta] Add the ability to run the meta in a lazy load
#113
dawidof
closed
5 years ago
0
Serializer should be able to specify serializer class.
#112
yxhuvud
opened
5 years ago
4
0.3.1 Breaks consumers
#111
wadetandy
closed
5 years ago
2
Validate presence of a class in the `class` argument
#110
thec0keman
opened
5 years ago
3
make "meta included false" on relationships optional?
#109
nruth
closed
5 years ago
5
only load relevant relationship fields by calling instance eval later
#108
AGarrow
closed
6 years ago
0
Cannot Memoize Methods
#107
richmolj
opened
6 years ago
5
performance issues with linkage(always: true)
#106
spencerroan
opened
6 years ago
4
Merge with fast_jsonapi gem
#105
sandstrom
opened
6 years ago
2
Cannot include same type twice
#104
richmolj
opened
6 years ago
9
Allow change of identifier
#103
siepet
closed
5 years ago
1
Do not restrict relationships via fieldsets
#102
richmolj
closed
5 years ago
7
[add lazy meta] Add the ability to run the meta in a lazy load
#101
baash05
closed
5 years ago
3
Allow the relationships to lazy load meta_data.
#100
baash05
opened
6 years ago
2
Inconsistent type field when rendering polymorphic relationship.
#99
quickdudley
closed
5 years ago
4
Relationships With Multiple Words Are Not Being Transformed As Other Keys Are
#98
thegranddesign
closed
6 years ago
6
demodulize to create sym #96
#97
mde-pach
closed
5 years ago
1
Error when trying to render a Module class
#96
mde-pach
closed
5 years ago
1
Remove warning about not initialized variable
#95
nodecarter
closed
3 years ago
1
Question: Can relationship resources always have `id` and `type`?
#94
andypike
closed
6 years ago
2
Relationship includes with multiple words don't work with custom key_format
#93
Subtletree
closed
6 years ago
2
Modify default cache key.
#92
beauby
closed
1 year ago
0
Conditional relationship should not be included
#91
dush
opened
7 years ago
1
Require JSONAPI Request with Relationship without Include
#90
fredmaremyob
closed
7 years ago
4
Minor tweaks to enable specs to run cleanly on Ruby 1.9
#89
cky
closed
7 years ago
0
Rendering errors
#88
cmavromoustakos
closed
1 year ago
1
Avoid copying exposure hashes.
#87
beauby
closed
1 year ago
0
Raise meaningful error when no serializable class defined for resource
#86
smaximov
closed
7 years ago
14
Add `jsonapi_cache_key` method + benchmark.
#85
beauby
closed
7 years ago
0
Add test for relationship rendering.
#84
beauby
closed
7 years ago
0
Switch to CodeClimate for test coverage.
#83
beauby
closed
7 years ago
0
Forward method calls to parent resource when method missing in relationship
#82
beauby
closed
1 year ago
0
Fix for #80
#81
daniel-sullivan
opened
7 years ago
2
Issue with conditionals when extending base Serializable::Resource class directly in 0.2.1
#80
richmolj
opened
7 years ago
7
Refactor rendering.
#79
beauby
closed
7 years ago
1
Fix yarddoc and code formatting.
#78
beauby
closed
7 years ago
1
Make inferrer a hash instead of a lambda.
#77
beauby
closed
7 years ago
1
Next