Daya Sharma wrote: > Hi > > Is anyone aware of any Document Management System in Rails. Googling > didn't > help me find any Rails based solution. > > The DMS I need, need to have the following feature apart form the usual > ones. > > 1. Version control of documents. > 2. Tracking version control for each group of users independently from > the > other group . These groups may share the same document name but may have > different contents or revisions. > 3. In built file server if possible. > > Can somebody please point me in the right direction. > > thanks > -daya
-------------------------------------------------------------------------------- Hi Daya, Do you need something like SVN show log functionality? Wherein from rails interface you can see logs/file changes and the users who made the changes? Pardon me if I misunderstood what you mean. In Ruby there is an "rscm" (rscm-0.5.1.gem) gem that can communicate to your SVN. Please see this link below: http://rscm.rubyforge.org/ - API documentation of the gem http://rubyforge.iasi.roedu.net/gems/ - link where rscm gem can be downloaded -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

