rtiss_acts_as_versioned 0.9.2
Add simple versioning to ActiveRecord models (TISS version). Each model has a to-many model named mymodel_h which records all changes (including destroys but not deletes) made to the model. This is the version used by http://tiss.tuwien.ac.at and substantially differs from the original version. If you want to use acts_as_versioned in your project we recommend to use technoweenie's version (can be found also on github)
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (1):
            activerecord
            >= 4.2.5
          
    Development Dependencies (4):
            rails
            ~> 4.2.5
          
          
            sqlite3-ruby
            ~> 1.3.1