Skip to content

Rails plugin to track what users ( or any model ) have "seen" another model

License

Notifications You must be signed in to change notification settings

jhchabran/acts_as_visitable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acts As Visitable should be barely usable at this state.

Warning : 
 - I haven't bothered myself with perfs so far, don't expect fast stuff yet

TODO 
  - more named scopes
  - destroying stuff is not handled correctly ( default behavior )
  - no configuration is available ( you might already have a sight model )
  - generators for migrations ( creating the Visit model )
  - optimize finds, VisitorModel#visited is currently way too slow for this kind of usage
  - wrap Visit model declaration inside the library

About

Rails plugin to track what users ( or any model ) have "seen" another model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages