Coder Social home page Coder Social logo

Comments (4)

radar avatar radar commented on July 17, 2024

Please consider that people who release gems have lives of their own and may be too busy to do your bidding at the current point.

If you submit a pull request with the code and some simple tests around it I can review, pull, apply it and release a new version.

Thank you.

On 12/05/2011, at 3:23, [email protected] wrote:

To be compatible with acts_as_paranoid you need something like this:

class ActiveRecord::Base
def self.paranoid? ; false ; end
end

module Paranoia
def self.included(klazz)
klazz.extend ClassMethods
end

def self.paranoid? ; true ; end

module ClassMethods
def paranoid? ; true ; end
end
end

Please add and release a new gem.

Reply to this email directly or view it on GitHub:
#4

from paranoia.

donv avatar donv commented on July 17, 2024

Thank you for your quick reply. I will submit the pull request as soon as I can.

I sincerely appreciate the work you do, and I will do my best to help you.

from paranoia.

radar avatar radar commented on July 17, 2024

Thanks mate! Sorry for the short reply. 1) I just woke up 2) I'm under a lot of pressure to get things done by the end of this week.

Hope to hear back from you shortly.

from paranoia.

donv avatar donv commented on July 17, 2024

Thanks for the quick release. Issue verified. Closing.

from paranoia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.