Document Management System in Rails

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

On 10/08/06, linux user [email protected] wrote:

Is anyone aware of any Document Management System in Rails. Googling
didn’t help me find any Rails based solution.

It sounds like you need a version control system with a web interface.
Most
will, I find darcs[1] easiest to set up.

Daya S. 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