Skip to content

Installation

# Gemfile
gem 'query64', git: 'https://github.com/CHUReimsDSN/Query64-Rails.git'
sh
bundle install

Cibler une branche spécifique

# Gemfile
gem 'query64', git: 'https://github.com/CHUReimsDSN/Query64-Rails.git', branch: 'nom_de_la_branche'

Dépendances

ruby
# Runtime depedencies
"activerecord", ">= 6.0"
"csv"