Sha256: c47fd5322a310de98f72a5c60f3c9954c36af3040be7d5d0f60eada8528cf2a8

Contents?: true

Size: 1.32 KB

Versions: 3

Compression:

Stored size: 1.32 KB

Contents

3.0 (2016-09-13)

* Removed Rails < 4 support [Thomas von Deyen]
* Adds Rails 5 support [Thomas von Deyen]

2.0 (2-17-2008)
    * [Ben  Wyrosdick] - Added a migration helper that gives migration scripts a <tt>userstamps</tt>
                         method.
    * [Marshall Roch]  - Stamping can be temporarily turned off using the 'without_stamps' class
                         method.
      Example:
        Post.without_stamps do
          post = Post.find(params[:id])
          post.update_attributes(params[:post])
          post.save
        end

    * Models that should receive updates made by 'stampers' now use the acts_as_stampable class
      method. This sets up the belongs_to relationships and also injects private methods for use by
      the individual callback filter methods.

    * Models that are responsible for updating now use the acts_as_stamper class method. This
      injects the stamper= and stamper methods that are thread safe and should be updated per
      request by a controller.

    * The Userstamp module is now meant to be included with one of your project's controllers (the
      Application Controller is recommended). It creates a before filter called 'set_stampers' that
      is responsible for setting all the current Stampers.

1.0 (01-18-2006)
    * Initial Release

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
originator-3.1 CHANGELOG
originator-3.0 CHANGELOG
magiclabs-userstamp-3.0 CHANGELOG