Giter VIP home page Giter VIP logo

has_many_tenses's Introduction

HasManyTenses
===================
HasManyTenses allows you to either use the created_at field on a Model or supply your own :compare_to column name.
This plugin allows you to use that field to get association collections like model.collection.recent, future, past and instance booleans like mode.past? model.future? model.recent?

Prerequisites
=============
Rails 1.2.6+

Installing the plugin
=====================
  -- Get the plugin:
    git clone git://github.com/peimei/has_many_tenses.git vendor/plugins/has_many_tenses
  
  -- To get access to the instance methods just add has_many_tenses to your model
     You can also modify the recency comparer via has_many_tenses(:recency => 30.minutes.ago)
     You can also modify the compare_to comparer via has_many_tenses(:compare_to => :calendar_event)
      
  -- To use the association proxies do something like:
      has_many :comments, :order => 'created_at ASC', :dependent => :destroy, 
        :extend => RailsJitsu::HasManyTenses::SingletonMethods

  NOTES:
  ======
  This plugin was born from helping angelo0000 on #rubyonrails trying to dry up his code and seeing how far we could push it.

Copyright (c) 2007 E. James O'Kelly, released under the MIT license
www.railsjitsu.com

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.