activerecord-userstamp 3.0.4
This gem extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            activerecord
            ~> 4.2
          
          
            activesupport
            ~> 4.2
          
    Development Dependencies (9):
            actionview
            ~> 4.2
          
          
          
            coveralls
            >= 0
          
          
            rake
            >= 0
          
          
            rdoc
            >= 0
          
          
            rspec-rails
            ~> 3.3
          
          
            simplecov
            >= 0
          
          
            sqlite3
            >= 0
          
          
            tzinfo-data
            >= 0