public
Description: A Project Management and Collaboration tool inspired by Basecamp
Homepage: http://jamesu.github.com/railscollab/
Clone URL: git://github.com/jamesu/railscollab.git
Click here to lend your support to: railscollab and make a donation at www.pledgie.com !
name age message
file .gitignore Mon Aug 31 01:33:43 -0700 2009 Merge commit 'jamesu/master' [scambra]
file Capfile Mon Nov 17 19:34:06 -0800 2008 added template capistrano files [D]
file INSTALL.markdown Fri Aug 21 09:09:32 -0700 2009 Revamped setup. Now all you need to do at a min... [jamesu]
file LICENSE Thu Jul 16 12:28:19 -0700 2009 Update LICENSe copyright attribution based on r... [jamesu]
file README.markdown Fri Aug 21 09:09:32 -0700 2009 Revamped setup. Now all you need to do at a min... [jamesu]
file Rakefile Tue Nov 06 06:18:42 -0800 2007 - Move everything to trunk git-svn-id: svn+ssh... [jamesu]
file UPGRADE.markdown Thu Nov 27 08:12:23 -0800 2008 Remove mention of Forms [jamesu]
directory app/ Sun Nov 08 04:54:06 -0800 2009 Fix browsing tags with URL characters. Closes #... [jamesu]
directory config/ Wed Nov 04 12:26:32 -0800 2009 Ajaxified the time stop & start. No more reloads! [jamesu]
directory db/ Wed Nov 04 12:37:03 -0800 2009 Update example schema [jamesu]
directory doc/ Tue Nov 06 06:18:42 -0800 2007 - Move everything to trunk git-svn-id: svn+ssh... [jamesu]
directory lib/ Tue Nov 03 11:57:55 -0800 2009 Advancing tests [jamesu]
directory log/ Thu May 22 06:31:47 -0700 2008 Add .gitignore for problematic empty folders [jamesu]
directory public/ Fri Nov 06 04:59:36 -0800 2009 Corrected some rather redundant JS code - Than... [jamesu]
directory script/ Tue Nov 03 10:25:49 -0800 2009 Getting rid of rspec + current fixtures [jamesu]
directory test/ Wed Nov 04 07:47:21 -0800 2009 Add some more shocking unit tests for the user [jamesu]
directory tmp/ Thu May 22 06:31:47 -0700 2008 Add .gitignore for problematic empty folders [jamesu]
directory vendor/ Tue Nov 03 11:57:55 -0800 2009 Advancing tests [jamesu]
README.markdown

RailsCollab

What is it?

RailsCollab is a free web based Project Management and Collaboration tool largely inspired by Basecamp, the communication-oriented project management solution from 37signals.

Its roots come from a similar project called ProjectPier (previously known as ActiveCollab), which instead of Ruby is written in PHP.

Manage projects. How?

In RailsCollab, you have the following:

  • Task lists - to keep track of what needs to get done, and who is responsible
  • Milestones - to track what needs to get done and by whom
  • Times - to record how much time has been spent on a project or task
  • Files - to share data with your clients
  • Messages - for centralized communication

You can add clients to your projects at any time. Each member of a client can have a login, whose access can be restricted to certain elements of the project.

How can i install / upgrade?

Simply run the following:

script/setup

And login using the username admin, with the password password.

For more advanced setup options, refer to the INSTALL.markdown and UPGRADE.markdown files

I do i do [x]?

Check out the wiki on github.

Are there any screenshots or is there even a demo?

Please refer to the project entry on OpenSourceRails for any screenshots or demos.

Licensing

For licensing details, refer to the LICENSE file in the root directory.