Draftsman Versions Save

Ruby gem that lets you create draft versions of your database records.

v0.7.0

6 years ago

Enhancements

Bug Fixes

v0.6.0

7 years ago

Enhancements

Bug Fixes

Deprecations/Breaking Changes

  • Now only supports ActiveRecord 4+.
  • #draft_creation and #draft_update are now deprecated and will be removed in v1.0.0. Use #save_draft instead.

v0.5.1

7 years ago

Bug Fix

v0.5.0

7 years ago

Enhancements

Breaking Changes

Setting whodunnit on a draft record is no longer done automatically in the controller. If your controllers have a current_user method, you can still easily track who is responsible for changes by adding a controller filter:

class ApplicationController
  before_action :set_draftsman_whodunnit
end

v0.4.0

8 years ago

Enhancements

Bug Fixes

v0.3.7

8 years ago

Bug Fixes

v0.3.6

8 years ago

Bug Fix

v0.3.5

8 years ago

Bug Fix

v0.3.4

9 years ago

Bug Fixes