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

Ability to "flatten" nested entities into parent (e.g. for CSV) #45

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

Commits on Jan 7, 2014

  1. Treat object as a Hash to get attribute value

    Models that use single-table inheritance will be cast as specific classes that don't always have the attribute defined as a method. Checking to see if the `object` responds like a Hash allows more flexibility to get raw column data. We raise an `ArgumentError` to indicate that the attribute may be invalid.
    sethers committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    6c87ee9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Configuration menu
    Copy the full SHA
    660893e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09c69a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

  1. Configuration menu
    Copy the full SHA
    df53846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1df55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d363ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd16784 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ef992d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06137bf View commit details
    Browse the repository at this point in the history
  7. Updated CHANGELOG

    joelvh committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    1fe11f3 View commit details
    Browse the repository at this point in the history
  8. RuboCop compliance...

    joelvh committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    722cc6b View commit details
    Browse the repository at this point in the history
  9. Fixed class reference

    joelvh committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    9cd31e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9116926 View commit details
    Browse the repository at this point in the history