Rstat.us Code Walkthrough |
|
---|---|
Welcome to rstat.us' code! Rstat.us uses Ruby on Rails 3.2. It follows the structure of a standard Rails app, so if you have not used Rails before, you may want to take a look at the Getting Started Rails Guide. Or feel free to dive in to rstat.us! You can skip to the documentation for any individual code file that has documentation by using the "Jump to..." menu in the upper right of any documentation page. This page is an index of the directories in rstat.us' repository with a quick explanation of what each directory is responsible for. |
|
Most of the code for the logic of rstat.us lives in the |
|
The |
config/ |
The |
docs/ |
The |
lib/ |
Rails creates log files when you run a server or the tests. The |
log/ |
The |
public/ |
The |
script/ |
Tests are a very important part of rstat.us! The |
|
The |
tmp/ |