This project was first made for the discipline of Métodos De Desenvolvimento De Software, and now in this repository is being used in the discilpline of Técnicas de Programação.
Name | ID |
---|---|
João Guilherme | 13/0011126 |
Gustavo Moreira | 11/0061250 |
Guilherme Santana | 14/0142193 |
Leandro Alves | 10/0110304 |
- The StyleSheet and the list of variables can be found in the wiki, or the following link: https://github.com/pushpesquini/tecprogpesquini/wiki
-
After having installed Ruby and Rails, do the following steps:
-
Enter the directory of the application, in the terminal, and type bundle install
-
After that type in rake db:migrate
-
And teh final step, type in rails s
OBS: All the documentation for the classes cand be found in the doc/ folder.
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.
Yard version: 0.8.7.6