Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to a rails app to use ActiveRecord and other features #138

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Dec 25, 2023

  1. Initial commit of rails files

    (things are probably broken)
    viamin committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    026f634 View commit details
    Browse the repository at this point in the history
  2. Rename specs

    viamin committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    cd0c23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a3017 View commit details
    Browse the repository at this point in the history
  4. Bulk fix rubocop

    viamin committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    7b42e5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fdfd2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aa61bb View commit details
    Browse the repository at this point in the history
  7. Change migration order to fix them.

    It looks like I'll need to change the initialize methods in the models to callbacks to better match rails conventions
    viamin committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6122560 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Switch task_bridge script to a rake task

    change from initializers to callbacks
    switch from Optimist to OptionParser (removes gem dependency)
    move files to more railsy locations
    viamin committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5884726 View commit details
    Browse the repository at this point in the history
  2. Remove memo_wise gem

    viamin committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b3291e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c84718 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Getting most specs to pass

    viamin committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    bc32628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865fdb6 View commit details
    Browse the repository at this point in the history
  3. fix specs and formatting

    viamin committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8def34e View commit details
    Browse the repository at this point in the history