- ARCHIVE / Flagger
- Flagger 0.9.5 is out
Flagger got a little bug fix yesterday, in that it now recognises after_mark_as_* callbacks if they are private methods. This should really have been there in the beginning, I just left a couple of true arguments out somewhere. Get it like this:
script plugin intstall
http://svn.jcoglan.com/flagger/tags/0.9.5/flagger - Flagger now at 0.9.4, and a new JS library in the works
See, I knew I wasn’t cut out for blogging. I keep forgetting to post code updates, when that’s precisely the reason I set this thing up. Anyway. Flagger is now at version 0.9.4. Most of the changes are bug fixes. 0.9.4 closes a bug where the wrong callbacks got called in some situations. Since 0.9.1 [...]
- Flagger updated to 0.9.1
Flagger, my Rails plugin for handling boolean attributes in ActiveRecord, has been updated to version 0.9.1. This release fixes a problem whereby if an ActiveRecord model class defines constants with the same names as those used in Flagger, Flagger doesn’t work. Everything has been restructured to provide more sensible namespaces for the various bits, but [...]
- Flagger 0.9.0 released
I’ve just released a Rails plugin that simplifies dealing with boolean flags in ActiveRecord. It gives you a load of easy-to-read dynamic attribute-based finders and setter methods without you having to write a line of code. It’s perfect for eliminating the tedium that arises from defining things like this over and over again:
class [...]