Tesis de licenciatura. Proyecto: Localización de personas mediante un sistema multiagente híbrido.
- Ruby 2.x.x
- Rails 5.2.2
- Yarn
bundle install
yarn install
To setup database you either run:
bundle exec rails db:setup
or:
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails db:seed
To run migrations use the following command:
bundle exec rails db:migrate
You should run the tests with the following command:
bundle exec rake
You can lint the code running Rubocop:
bundle exec rubocop
Run:
bundle exec brakeman