vestal_versions
vestal_versions copied to clipboard
Rails 3 port of laserlemon's venerable vestal_versions.
I've noticed that with the following options: ``` versioned dependent: :tracking, initial_version: true, unless: :really? ``` An initial version is always created and a version is always created after a...
Hi Adam, I've made a change to add a new column in the versions record called "reason_for_update". It can be used to document the reasons for updating a versioned record...
Has the official repository been moved over to @adamcooper? It would probably help everyone feel a little more comfortable using this gem if the rubygems.org namespace and such were in...
Not sure if this is possible, but would be helpful if update_all caused all effected records to version.
I have just upgrade ruby 1.9.2 to 1.9.2.p180 and I have this error when converting the changes into yaml TypeError (can't define singleton method "encode_with" for BigDecimal): /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/psych/deprecated.rb:16:in `singleton_method_added' /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/psych/deprecated.rb:16:in...
Hello, Adam. There's a mention to the :only and :except options at the end of the document, but other options, such as :initial_version, are only mentioned in the source code...