pinball tournament app https://nomipinball.bhh.sh
Go to file
Ben Harris 04d05d7474 update README.md 2021-10-11 14:16:04 -04:00
app fix condition 2021-10-11 13:45:24 -04:00
bin update to rails 3.0.2 2021-08-23 16:29:19 -04:00
config switch to turbo 2021-08-27 00:40:47 -04:00
db update to rails 3.0.2 2021-08-23 16:29:19 -04:00
lib init 2021-08-21 19:30:33 -04:00
log init 2021-08-21 19:30:33 -04:00
public init 2021-08-21 19:30:33 -04:00
storage init 2021-08-21 19:30:33 -04:00
test init 2021-08-21 19:30:33 -04:00
tmp init 2021-08-21 19:30:33 -04:00
vendor add players controller and start homepage 2021-08-21 23:43:16 -04:00
.browserslistrc init 2021-08-21 19:30:33 -04:00
.gitignore init 2021-08-21 19:30:33 -04:00
.ruby-version update to rails 3.0.2 2021-08-23 16:29:19 -04:00
Gemfile switch to turbo 2021-08-27 00:40:47 -04:00
Gemfile.lock switch to turbo 2021-08-27 00:40:47 -04:00
README.md update README.md 2021-10-11 14:16:04 -04:00
Rakefile init 2021-08-21 19:30:33 -04:00
babel.config.js update to rails 3.0.2 2021-08-23 16:29:19 -04:00
config.ru update to rails 3.0.2 2021-08-23 16:29:19 -04:00
package.json switch to turbo 2021-08-27 00:40:47 -04:00
postcss.config.js init 2021-08-21 19:30:33 -04:00
yarn.lock add delete button to list views 2021-09-27 01:33:06 -04:00

README.md

pinrails

just a silly little site to help run the pinball tournaments at the coin slot.

currently using ruby 3, but should run on 2.7.x.

bundle install
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec assets:precompile