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

Mongoid compatibility #80

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

Mongoid compatibility #80

wants to merge 4 commits into from

Commits on Sep 2, 2014

  1. Add compatibility with mongoid.

    GUI committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    976b88e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. Merge remote-tracking branch 'upstream/master' into mongoid

    Conflicts:
    	seed-fu.gemspec
    GUI committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    c2e4ee8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Try not to require ActiveRecord unless it's needed.

    This is to solve issues in Mongoid apps where ActiveRecord is disabled.
    Some other gems were simply checking for the existence of
    ActiveRecord::Base and then were trying to operate on the ActiveRecord
    connection. This change should prevent the seed-fu library from
    requiring ActiveRecord in a non-ActiveRecord Rails app.
    GUI committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    616758d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

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