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

Initial jsonapi support (without compound documents) #347

Merged
merged 7 commits into from
Jun 30, 2015

Commits on Jun 11, 2015

  1. Add JsonApiSpecific parser

    hubert committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    f5b973d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0b66b View commit details
    Browse the repository at this point in the history
  3. Determine type from class name

    hubert committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    6f8cbff View commit details
    Browse the repository at this point in the history
  4. Implement JSON API delete

    hubert committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    6551884 View commit details
    Browse the repository at this point in the history
  5. Allow configuration of type

    hubert committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    7f23f17 View commit details
    Browse the repository at this point in the history
  6. Raise NoMethodError when trying to use parse_root_in_json, include_ro…

    …ot_in_json, primary_key, or root_element with Her::JsonApiModel
    hubert committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    10ef7d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Configuration menu
    Copy the full SHA
    4cb27c3 View commit details
    Browse the repository at this point in the history