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

Has many fetch collection check #264

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2014

  1. Prevent a get request returning an class instance instead of a collec…

    …tion from
    
    throwing an exception.
    dturnerTS committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    d4e2b6c View commit details
    Browse the repository at this point in the history
  2. wrap in an array

    dturnerTS committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    f6a205a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b649bec View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. PR feedback: Have has_many_association's fetch hint to association's …

    …fetch that the response should be a collection, instead of turning the response into a collection.
    dturnerTS committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    21099ec View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Merge branch 'master' into deligate_empty

    * master:
      Fix data cache on model for associations, fixes remi#248
      Update README.md
    
    Conflicts:
    	lib/her/model/associations/association.rb
    	spec/model/associations_spec.rb
    dturnerTS committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    d3a7dcc View commit details
    Browse the repository at this point in the history