Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JSONAPI-Resources
/
jsonapi-resources
Public
Notifications
You must be signed in to change notification settings
Fork
544
Star
2.3k
Code
Issues
208
Pull requests
52
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
test_context_flow
User selector
All users
All time
Commit history
Commits on Dec 4, 2015
Add tests to ensure context is flowing down when getting related resources.
lgebhardt
committed
d23dd48
View commit details
Copy full SHA for d23dd48
Browse repository at this point
Merge pull request #554 from cerebris/model_hints
Show description for a256507
dgeb
committed
a256507
View commit details
Copy full SHA for a256507
Browse repository at this point
Fix typo
lgebhardt
committed
52a87fa
View commit details
Copy full SHA for 52a87fa
Browse repository at this point
Commits on Dec 3, 2015
Set paginator to fix order dependency in the tests.
lgebhardt
committed
1fe732b
View commit details
Copy full SHA for 1fe732b
Browse repository at this point
Merge pull request #555 from cerebris/filter_verify
Show description for c8ec974
dgeb
committed
c8ec974
View commit details
Copy full SHA for c8ec974
Browse repository at this point
Add `call` for clarity when running a lambda/proc.
lgebhardt
committed
8cb339a
View commit details
Copy full SHA for 8cb339a
Browse repository at this point
Clarify Verifying Filters wording.
lgebhardt
committed
74bf36c
View commit details
Copy full SHA for 74bf36c
Browse repository at this point
Fix typo
lgebhardt
committed
5d7be69
View commit details
Copy full SHA for 5d7be69
Browse repository at this point
Fix issue with relationships in derived resources
Show description for 2c5dc46
lgebhardt
committed
2c5dc46
View commit details
Copy full SHA for 2c5dc46
Browse repository at this point
Derive test resources instead of using `dup`
lgebhardt
committed
6117675
View commit details
Copy full SHA for 6117675
Browse repository at this point
Fix type matches resource and not model, unless polymorphic
lgebhardt
committed
306055b
View commit details
Copy full SHA for 306055b
Browse repository at this point
Commits on Dec 2, 2015
Fix type matches resource and not model, unless polymorphic
lgebhardt
committed
1ec10ec
View commit details
Copy full SHA for 1ec10ec
Browse repository at this point
Commits on Nov 30, 2015
Merge pull request #550 from POSpulse/fix_type_attributes
Show description for 7aca6a8
lgebhardt
committed
7aca6a8
View commit details
Copy full SHA for 7aca6a8
Browse repository at this point
Update model hint info
lgebhardt
committed
dc00c7c
View commit details
Copy full SHA for dc00c7c
Browse repository at this point
Rename option to skip model_hints for model_name method
lgebhardt
committed
a33a1ae
View commit details
Copy full SHA for a33a1ae
Browse repository at this point
Add default values for model_hint. Also fixes compatibility with Ruby 2.0
lgebhardt
committed
766c6bd
View commit details
Copy full SHA for 766c6bd
Browse repository at this point
Commits on Nov 26, 2015
Introduce model_hints
Show description for 959323e
lgebhardt
committed
959323e
View commit details
Copy full SHA for 959323e
Browse repository at this point
Commits on Nov 25, 2015
remove unneeded check which introduces a bug
Show description for 2b70a26
acid
committed
2b70a26
View commit details
Copy full SHA for 2b70a26
Browse repository at this point
Commits on Nov 23, 2015
Document filter apply and verify options.
lgebhardt
committed
8ba570e
View commit details
Copy full SHA for 8ba570e
Browse repository at this point
Update tests for filter verify labmdas
lgebhardt
committed
77381f7
View commit details
Copy full SHA for 77381f7
Browse repository at this point
Expand comments for verify_relationship_filter and verify_custom_filter
lgebhardt
committed
2f0385d
View commit details
Copy full SHA for 2f0385d
Browse repository at this point
Use verify for both custom and relationship filters. Simply return value.
lgebhardt
committed
8f4a2c7
View commit details
Copy full SHA for 8f4a2c7
Browse repository at this point
Merge pull request #544 from iamvery/fix-env
Show description for b164c37
lgebhardt
committed
b164c37
View commit details
Copy full SHA for b164c37
Browse repository at this point
Commits on Nov 21, 2015
Fix typo in prod env check
Show description for 7e58634
iamvery
committed
7e58634
View commit details
Copy full SHA for 7e58634
Browse repository at this point
Add verify lambda for custom filter verification
iamvery
committed
5ad110c
View commit details
Copy full SHA for 5ad110c
Browse repository at this point
Name the options parameter in the readme example
Show description for f1945d1
iamvery
committed
f1945d1
View commit details
Copy full SHA for f1945d1
Browse repository at this point
Rename "with" option to "apply"
iamvery
committed
b75e014
View commit details
Copy full SHA for b75e014
Browse repository at this point
Update readme to use `:with` option for custom filtering
Show description for b7deb53
iamvery
committed
b7deb53
View commit details
Copy full SHA for b7deb53
Browse repository at this point
Refactor fixture models to adopt `:with` option for custom filters
iamvery
committed
7a2740a
View commit details
Copy full SHA for 7a2740a
Browse repository at this point
Allow filter strategy to be provided using a `:with` option
iamvery
committed
fef112a
View commit details
Copy full SHA for fef112a
Browse repository at this point
Commits on Nov 20, 2015
Merge pull request #524 from iamvery/exception-response
Show description for a88b7e7
lgebhardt
committed
a88b7e7
View commit details
Copy full SHA for a88b7e7
Browse repository at this point
Include exception message and backtrace in response
Show description for 81c05a1
iamvery
committed
81c05a1
View commit details
Copy full SHA for 81c05a1
Browse repository at this point
Commits on Nov 19, 2015
Test case for JR::Resource.resource_for_model_path
Show description for cd23202
Celso Fernandes
committed
cd23202
View commit details
Copy full SHA for cd23202
Browse repository at this point
Commits on Nov 18, 2015
Bump to 0.6.2
lgebhardt
committed
e032f83
View commit details
Copy full SHA for e032f83
Browse repository at this point
Merge pull request #534 from reidab/fetchable-fields-on-class
Show description for fe47671
lgebhardt
committed
fe47671
View commit details
Copy full SHA for fe47671
Browse repository at this point
Previous
Next
You can’t perform that action at this time.