Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.15 KB

CHANGELOG.markdown

File metadata and controls

31 lines (26 loc) · 1.15 KB

2009-02-11

  • Merge in xlash's bugfix for PostgreSQL and his has_karma patch for multi-model support.

2008-12-02

  • Merge in maddox's README typo fix and his ActiveSupport.Dependency patch
  • Merge in nagybence's updates that make the code usable as a Gem in addition to being a Rails plugin.
  • Thanks for the bugfixes and proofreading, nagybence and maddox!
  • Updated the gemplugin support to be compatible with maddox and nagybence's changes.
  • Added details on the MyQuotable reference application.

2008-07-20

  • Protect against mass assignment misvotes using attr_accessible
  • Update acts_as mixins to use self.class.name instead of the deprecated self.type.name

2008-07-15

  • Added examples directory
  • Changed this file to markdown format for GitHub goodness
  • Added a commented out unique index in the migration generator for "one person, one vote"
  • Removed votes_controller.rb from lib/ and moved to examples

2008-07-10

  • Added a generator class for the migration.
  • Implemented rails/init.rb
  • Implemented capability to use any model as the initiator of votes.
  • Implemented acts_as_voter methods.