- first go in your stack path
- run
mkdir rails_templates; cd rails_templates
- run
git clone git@github.com:tymate/graphql_template.git
- run
cd ..
- run
chruby 3.1.2
or newest - install rails version for the project
- run
rails _7.0.4_2_ new mon_project_api --database=postgresql -m rails_templates/graphql_template/setup.rb
- setup basics gem
- setup graphql
- setup annotate
- setup rubocop
- setup doorkeerper
- setup clearance
- setup bo if needed
- setup rspec with basic tests for current_user(graphql query) and refresh token(rest)
- chore
- fix gems versions ?
- chose implementation together and refacto with
inject_into_file
orgsub_file
- clean css files ( import ect ...)
- clean html files
- (bo) better date filter (from today to today bug, maybe add a workarround with from.beginning_of_day to.end_of_day )
- (bo) better style for pagination
- (bo) Close dropdown when user click outside