public
Description: Adds automatic generation of predicate methods when defining attributes
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/attribute_predicates.git
obrie (author)
Mon Jun 08 19:31:17 -0700 2009
commit  546d0cf09591d9a53a730a4c2785cf21dd5671ab
tree    bad20ee734fed4be750f463c1e765275a70557a4
parent  6e314c63c4248306b8b4f9a4f1c9ba900b0bd59a
attribute_predicates / CHANGELOG.rdoc
100644 40 lines (21 sloc) 0.654 kb

master

0.2.0 / 2008-12-14

  • Remove the PluginAWeek namespace

0.1.2 / 2008-11-29

  • Fix empty strings in ActiveRecord 2.2+ returning nil instead of false

0.1.1 / 2008-07-06

  • Remove dependency on active_support for non-ActiveRecord predicates

0.1.0 / 2008-07-03

  • Rename to attribute_predicates

0.0.5 / 2008-06-19

  • Avoid string evaluation for dynamic methods

0.0.4 / 2008-05-05

  • Support for ActiveRecord 2.1
  • Update documentation

0.0.3 / 2007-09-18

  • Remove gem dependency on activerecord
  • Convert dos newlines to unix newlines

0.0.2 / 2007-02-02

  • Released as a gem

0.0.1 / 2007-01-04

  • Initial release