#9 ✓resolved
Ian White

Add find adapter

Reported by Ian White | November 22nd, 2009 @ 09:00 AM

So that users can use ORMs other than active record, or easily created their own for other persistent objects

Comments and changes to this ticket

  • Trond Arve Nordheim

    Trond Arve Nordheim February 1st, 2010 @ 01:44 PM

    I'm working on a MongoDB-based project now and I'd love to see proper support for MongoMapper in Pickle.

    I forked the project on Github earlier and implemented some preliminary pluggable ORM support (see commit);
    - Defaults to ActiveRecord - Configurable using Pickle.configure do |config|; config.orm = :mongo_mapper; end

    It's not tested yet except for some very simple stuff I threw together just to see if I could get it running, but I'll continue working on it and commit it to my fork when I'm done.

  • Ian White

    Ian White August 5th, 2010 @ 03:07 PM

    • State changed from “new” to “resolved”
    • Milestone order changed from “0” to “0”

    The pickle orm adapter stuff is now in.

    Waiting for contributions (ie Mongo Mapper or similar)

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Assign tickets to <b>Ian White</b>, so I get notified

Referenced by

Pages