Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test (integration) 'representer_class' for the controller being inferred for the model for ORMs (ActiveRecord and Mongoid) #27

Merged
merged 1 commit into from
Jun 25, 2022

Conversation

Martouta
Copy link
Owner

Part of #11

  • 'respond_with' for a successful 'GET' request of an entity (Active Record)
  • 'respond_with' for a successful 'GET' request of a collection (ActiveRecord::Relation)
  • 'respond_with' for a successful 'POST' request of an entity (Active Record)
  • 'respond_with' for a failed 'POST' request of an entity (Active Record)
  • 'respond_with' for a successful 'GET' request of an entity (Mongo ID)
  • 'respond_with' for a successful 'GET' request of a collection (Mongoid::Criteria)
  • 'respond_with' for a successful 'POST' request of an entity (Mongo ID)
  • 'respond_with' for a failed 'POST' request of an entity (Mongo ID)

…red for the model

for ORMs (ActiveRecord and Mongoid)

Part of #11

- 'respond_with' for a successful 'GET' request of an entity (Active Record)
- 'respond_with' for a successful 'GET' request of a collection (ActiveRecord::Relation)
- 'respond_with' for a successful 'POST' request of an entity (Active Record)
- 'respond_with' for a failed 'POST' request of an entity (Active Record)
- 'respond_with' for a successful 'GET' request of an entity (Mongo ID)
- 'respond_with' for a successful 'GET' request of a collection (Mongoid::Criteria)
- 'respond_with' for a successful 'POST' request of an entity (Mongo ID)
- 'respond_with' for a failed 'POST' request of an entity (Mongo ID)
@Martouta Martouta self-assigned this Jun 25, 2022
@Martouta Martouta mentioned this pull request Jun 25, 2022
39 tasks
@Martouta Martouta marked this pull request as ready for review June 25, 2022 20:32
@Martouta Martouta merged commit a1a26d9 into main Jun 25, 2022
@Martouta Martouta deleted the orms-infer-v branch June 25, 2022 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant