This project was deprecated at the end of 2022. Since then we are going to reuse the learnings of this experience for a new solution that is going to delight ever more our users.
This Rails application aims to become a management system for away fans.
It should include two levels of users:
In terms of models, it should include:
$ bundle exec sidekiq --environment development -C config/sidekiq.yml
Image optimization:
$ sudo apt install optipng
$ ls -1 *png | xargs optipng -dir optimized/ -strip all -o7
$ sudo apt install jpegoptim
$ ls -1 *jpg | xargs jpegoptim -doptimized --strip-all -v
:development
group to :test
only dependecies to load FactoryBotbundle exec rails c
Dir[File.expand_path('spec/factories/*.rb', __dir__)].sort.each { |file| require
file }
FactoryBot.create :user
User.first.active!
User.first.admin!
FactoryBot.create :event