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

Doing things the right way, as per ActiveRecord #19

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

Doing things the right way, as per ActiveRecord #19

wants to merge 4 commits into from

Commits on Apr 11, 2013

  1. Copying over a few methods that are defined on AR::AssociationReflect…

    …ion.
    
    Absence of these on EnumerationReflection causes ransack_ui to barf.
    unknown committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    8d9aa5b View commit details
    Browse the repository at this point in the history
  2. I blame Mark, he told me it shold be false! :-b

    unknown committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    82093ff View commit details
    Browse the repository at this point in the history
  3. comment out signing key

    it seems broken
    
    Errno::ENOENT: No such file or directory - gem-private_key.pem
    An error occurred while installing power_enum (1.3.0), and Bundler cannot continue.
    Make sure that `gem install power_enum -v '1.3.0'` succeeds before bundling.
    hubrix committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    e9075a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Add PowerEnum::Reflection::EnumerationReflection::polymorphic?() func…

    …tion
    
    that just returns false for power enum reflections.
    
    This is required (at least in Rails4) to do queries like
      where( enum: Enum[value] )
    Alexander Dymo committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    b32dd99 View commit details
    Browse the repository at this point in the history