views:

63

answers:

1

Are there any gems, plugins, frameworks etc that give sharepoint like functionality (list and file management & versioning) but are based on ruby on rails?

A: 

If you need to be able to see diffs between the files, then you'll need to use something like GitWeb (install)

But, if you just want simple file uploading with versioning, use Paperclip for file attachments and acts_as_versioned to do versioning.

Jesse Wolgamott
Joelio