A while ago i decided to have a go at duplicating ActiveCollab's functionality in ruby using the rails framework. I actually managed to get quite a lot of the core functionality working, which was interesting in itself.
Unfortunately the usefulness of my little side-project has dwindled somewhat, and i am left with a half-working Ruby on Rails clone of ActiveCollab. I am wondering if anyone in the community would be interested in the code, as i spent quite a while working on it (learning rails at the same time, i might add) and so wouldn't want it all to go to waste.
For reference, the following controllers are implemented:
- account
- access
- project
- task
- milestone
(NOTE: translations of Ilija's templates were used for the views, and thus are covered by his GPL-derivative license. The rest of the implementation is original)
A while ago i decided to have a go at duplicating ActiveCollab's functionality in ruby using the rails framework. I actually managed to get quite a lot of the core functionality working, which was interesting in itself.
Unfortunately the usefulness of my little side-project has dwindled somewhat, and i am left with a half-working Ruby on Rails clone of ActiveCollab. I am wondering if anyone in the community would be interested in the code, as i spent quite a while working on it (learning rails at the same time, i might add) and so wouldn't want it all to go to waste.
For reference, the following controllers are implemented:
- account
- access
- project
- task
- milestone
(NOTE: translations of Ilija's templates were used for the views, and thus are covered by his GPL-derivative license. The rest of the implementation is original)
Any offers would be appreciated.