Introduction
Guilder is a Ruby on Rails application. If you wish to take part in the development and growth of the system, please contact the project admin tgourley@gmail.com.
Details
Documentation
- Before any work on the code begins, use cases have to be fleshed out. This will provide us a scope of work that we can build on. We are NOT going to be document-centric or mired in useless documents. Both business- and system-level use cases will provide us plenty of documents to work from.
- In addition to the use cases, code must follow a documentation standard that will allow for useful RDocs to be created when the rake task is invoked.
- Finally, documentation will flow from the developer end from tests. A developer should be able to glance at a use case, look at the RDocs, and look at the tests involved to effectively determine how a particular piece of code works.
Development
- Development relies heavily on SVN, so make sure your code works, passes all applicable tests, and is up to code standards before checking it in. Do not break the SVN build!
- TODO: Link to coding standards