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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/a3742906/attachment.html
On 10/08/06, linux user <fanoflinux@gmail.com> 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. -- Cheers, Hasan Diwan <hasan.diwan@gmail.com> 1. http://www.darcs.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060811/22bc7795/attachment-0001.html
Hi All Is anyone aware of any Document Management System developed 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 -- Posted via http://www.ruby-forum.com/.
Daya Sharma <fanoflinux@gmail.com> writes:> Hi All > > Is anyone aware of any Document Management System developed 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.i don''t know of any such system, but there is acts_as_versioned (or something similar). HTH. -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | Great wits are sure to madness near allied, | And thin partitions do their bounds divide. | | (John Dryden, Absalom and Achitophel, 1681) `----
Daya Sharma wrote:> Hi All > > Is anyone aware of any Document Management System developed 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 > -dayaYou know the main purpose of Rails is so you can build something like this yourself. ;) -- Posted via http://www.ruby-forum.com/.
Luke Redpath wrote:> Daya Sharma wrote: >> Hi All >> >> Is anyone aware of any Document Management System developed 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 > > You know the main purpose of Rails is so you can build something like > this yourself. ;)Ofcourse the last resort is to build it by myself. But this question was intended for someone who knew of any existing RoR based solutions out there. Anyone knows anything about a DMS based on Ruby/RoR?? -- Posted via http://www.ruby-forum.com/.
> Ofcourse the last resort is to build it by myself. But this question was > intended for someone who knew of any existing RoR based solutions out > there. > > Anyone knows anything about a DMS based on Ruby/RoR??Theres nothing out there that I''m aware of. Surely half the fun of development is developing a bespoke application that meets your clients requirements, not just trying to find something off the shelf. ;) If you just want something off the shelf you''ll probably have more success finding something written in PHP. -- Posted via http://www.ruby-forum.com/.
> Ofcourse the last resort is to build it by myself. But this question was > intended for someone who knew of any existing RoR based solutions out > there. > > Anyone knows anything about a DMS based on Ruby/RoR??what is a DMS? how is that different than a CMS? in any case, there are several CMS, such as Radiant and Mephisto. additionally, you can construct your own quite easily, using CRUD magic, FCK and similar editors, and acts_as_versioned and similar plugins....
Luke Redpath wrote:>> Ofcourse the last resort is to build it by myself. But this question was >> intended for someone who knew of any existing RoR based solutions out >> there. >> >> Anyone knows anything about a DMS based on Ruby/RoR?? > > > Theres nothing out there that I''m aware of. > > Surely half the fun of development is developing a bespoke application > that meets your clients requirements, not just trying to find something > off the shelf. ;) > > If you just want something off the shelf you''ll probably have more > success finding something written in PHP.You are right about PHP and also about the fun that I will have developing it. The problem with PHP imho is it sucks compared to Ruby/RoR, although there are many solutions out there. thanks for your reply -daya -- Posted via http://www.ruby-forum.com/.
Surely half the fun of development is developing a bespoke application> that meets your clients requirements, not just trying to find something > off the shelf. ;)I think it would be great if there was a DMS Rails Engine that we could easily include in applications. I have no need to write one for myself for fun :) -- Posted via http://www.ruby-forum.com/.
Dr Nic wrote:> Surely half the fun of development is developing a bespoke application >> that meets your clients requirements, not just trying to find something >> off the shelf. ;) > > I think it would be great if there was a DMS Rails Engine that we could > easily include in applications. I have no need to write one for myself > for fun :)It is not a solution off the shelf, but check streamlined, built on top of rails: http://streamlined.relevancellc.com/ Jean-Etienne -- Posted via http://www.ruby-forum.com/.
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---