We got a lot of kilometre-age out of version_fu, for creating versionable records with their own behaviour and extensions. Two thumbs up from me.
I've got a version (teehee) of it on github, with the extra stuff for extensibility via blocks. http://github.com/lightningdb/version_fu/tree/master Cheers, Dave On Tue, Jul 14, 2009 at 10:46 AM, Dylan Egan <[email protected]> wrote: > > Hi Mark, > > Are you using it via the gem or from the latest in git? I haven't > played with it in a long time so not sure if it was ever released to > support 2.3 (or patched on git). > > If you are using the latest then you could try out > http://github.com/jmckible/version_fu/tree/master, I haven't played > with it myself though. > > Cheers, > > Dylan. > > 2009/7/13 Mark Ratjens <[email protected]>: > > Has anyone got acts_as_versioned working in 2.3? I'm getting some quite > > low-level errors in ActiveRecord modules ... it looks like > acts_as_versioned > > hasn't had a update in years, so my suspicions are raised. > > > > I'm prepared to roll up my sleeves and get it working if that's what is > > needed (i.e others would use it too) ... or can anyone recommend an > > alternative? One thing I like about acts_as_versioned is the ability to > use > > ActiveRecord-style search arguments to filter versions, for example, in: > > > > > > def status_changed_today?(date) > > previous = find_versions(:first, :conditions => ['updated_at < ?', > > date]) > > !previous or previous.state != state > > end > > > > so I'd like an alternative to have that feature too. > > > > regards > > > > Mark > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en -~----------~----~----~----~------~----~------~--~---
