GithubHelp home page GithubHelp logo

adsidera / nested_serializers_challenge Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 24 KB

A challenge to provide the most efficient solution to serializing 2 level nested objects in a Rails API

Ruby 96.49% HTML 3.51%

nested_serializers_challenge's Introduction

Purpose

Find the most efficient solution to serializing objects that are 2 level nested

To participate, clone this repo, run bundle install, migrate and rails db:seed to get the fake data (recommended)

Create your own branch, play a bit with Postman or your preferred tool for API calls and submit a pull request to propose a solution.

What's in this repo?

This is a minimalistic Rails 5.2 API consisting of three models User Favorite Design

They are associated with each other in the following way:

class User < ApplicationRecord
 has_many :favorites
end
class Favorite < ApplicationRecord
  belongs_to :design
  belongs_to :user
end

Now, what would be the most efficient solution to retrieve the favorite designs of our first user?

nested_serializers_challenge's People

Contributors

adsidera avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.