.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Guardfile | |
|
|
LICENSE | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/images/forkme_right_darkblue_121621.png | |
|
|
app/assets/javascripts/announcer.js.coffee | |
|
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/contestants.js.coffee | |
|
|
app/assets/stylesheets/announcer.css.sass | |
|
|
app/assets/stylesheets/application.css.sass | |
|
|
app/assets/stylesheets/contestants.css.sass | |
|
|
app/assets/stylesheets/layout.css | |
|
|
app/assets/stylesheets/welcome.css.scss | |
|
|
app/controllers/announce_controller.rb | 36 | A 0 mins |
|
app/controllers/application_controller.rb | 8 | A 0 mins |
|
app/controllers/board_controller.rb | 7 | A 0 mins |
|
app/controllers/contestants_controller.rb | 76 | A 30 mins |
|
app/controllers/derby_controller.rb | 25 | A 0 mins |
|
app/controllers/heats_controller.rb | 9 | A 0 mins |
|
app/controllers/races_controller.rb | 34 | A 0 mins |
|
app/controllers/runs_controller.rb | 7 | A 0 mins |
|
app/helpers/application_helper.rb | 13 | A 0 mins |
|
app/helpers/board_helper.rb | 36 | A 0 mins |
|
app/helpers/contestants_helper.rb | 2 | A 0 mins |
|
app/models/contestant.rb | 60 | A 25 mins |
|
app/models/dashboard.rb | 65 | A 0 mins |
|
app/models/derby.rb | 2 | A 0 mins |
|
app/models/derby_config.rb | 35 | A 0 mins |
|
app/models/heat.rb | 87 | A 1 hr |
|
app/models/notice.rb | 2 | A 0 mins |
|
app/models/race_manager.rb | 17 | A 0 mins |
|
app/models/run.rb | 24 | A 0 mins |
|
app/models/sensor_state.rb | 8 | A 0 mins |
|
app/models/sensor_watch.rb | 65 | A 0 mins |
|
app/models/single_value.rb | 21 | A 0 mins |
|
app/views/board/_forkme.html.erb | |
|
|
app/views/board/status_board.html.erb | |
|
|
app/views/board/welcome.html.erb | |
|
|
app/views/contestants/_form.html.erb | |
|
|
app/views/contestants/edit.html.erb | |
|
|
app/views/contestants/index.html.erb | |
|
|
app/views/contestants/new.html.erb | |
|
|
app/views/contestants/show.html.erb | |
|
|