Ruby, Rails
問題のテーブル設計
· ☕ 1 分で読めます
問題/回答のテーブル設計 question number (integer) thesis (text) commentary (text) is_correct (boolean) answer question_id user_id answer_status (enum correct, incorrect, uncertain) answer_correct (boolean) regular_practice_exercise_template title (string) timelimit_seconds (integer) question_count (integer) # 1 演習あたりの問題数 first_started_at (datetime) first_finished_at (datetime) cycle_count (integer) cycle_type (enum daily, weekly, monthly) # 演習周期(n 日/週

【Ruby】HanamiでHello World→Herokuデプロイ
· ☕ 2 分で読めます
環境 Ruby 2.7.4 Hanami 1.3.4 MySQL 8.0.23 Heroku CLI 7.56.1 ローカル環境構築 まず、HanamiはRuby3では使えないらしい。 Cannot create new hanami application · Issue #1108 · hanami/hanami Boot Error Something went wrong while loading /Users/k_end/personal/groovy_grouping/config.ru Hanami::Model::Error: PG::ConnectionBad: could not connect to server: Connection

SQL勉強会をやりました【レポ】
· ☕ 5 分で読めます
RUNTEQの有志でSQL勉強会をしました。 これはその記録です。 題材 PostgreSQL Sample Database このDBで、1人1問ずつ用意して15分で解こうといったものでした。