lsantosc / aceleracao-impulso-postgre-sidekiq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aceleração Global Dev #5 Impulso

Subject: Advanced integrations for Ruby On Rails, PostgreSQL and Sidekiq

Hosts

Table of contents

insert_all/upsert_all

New Rails 6 methods for bulk operations

  • spec/database/insert_all_spec.rb
  • spec/database/upsert_all_spec.rb

How to run profiler tests

RAILS_ENV=test bundle exec rspec -fd --profile

# Docker setup is available for your convenience <3
docker-compose run web RAILS_ENV=test bundle exec rspec -fd --profile

References

About


Languages

Language:Ruby 97.7%Language:Dockerfile 2.0%Language:Shell 0.3%