Skip to content

Commit

Permalink
removing image folders that are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed May 25, 2022
1 parent 91db38f commit fea8c63
Show file tree
Hide file tree
Showing 47 changed files with 69 additions and 48 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.5
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes

gem 'execjs'
<<<<<<< HEAD
=======

#gem 'mini_racer', '<= 0.3'
#gem 'libv8', '~> 7.3'
>>>>>>> 3125925d5d1c092c93e9c5c05a03d596a38ee529


# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.11'
Expand Down
Binary file removed app/webpacker/images/lib-icons/1.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/10.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/11.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/12.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/13.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/14.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/15.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/16.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/17.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/18.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/2.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/20.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/3.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/4.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/5.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/6.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/7.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/8.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/9.png
Binary file not shown.
Binary file removed app/webpacker/images/lib-icons/hours.jpg
Binary file not shown.
Binary file removed app/webpacker/images/subject-images/ag.jpg
Binary file not shown.
Binary file removed app/webpacker/images/subject-images/ag.png
Binary file not shown.
Binary file removed app/webpacker/images/subject-images/arts.jpg
Binary file not shown.
Binary file removed app/webpacker/images/subject-images/arts.png
Binary file not shown.
Binary file removed app/webpacker/images/subject-images/aug.png
Binary file not shown.
Binary file removed app/webpacker/images/subject-images/aug2.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/bus.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/bus.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/ed.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/ed.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/eng.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/eng.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/health.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/health.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/int.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/inter.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/law.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/law.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/native.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/native.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/physed.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/physed.png
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/science.jpg
Diff not rendered.
Binary file removed app/webpacker/images/subject-images/science.png
Diff not rendered.
111 changes: 66 additions & 45 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,149 +2,169 @@
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
# This file is the source Rails uses to define your schema when running `bin/rails
# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
# be faster and is potentially less error prone than running all of your
# migrations from scratch. Old migrations may fail to apply correctly if those
# migrations use external dependencies or application code.
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2018_11_01_154832) do
ActiveRecord::Schema[7.0].define(version: 2020_01_14_203539) do
create_table "active_storage_attachments", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "name", null: false
t.string "record_type", null: false
t.bigint "record_id", null: false
t.bigint "blob_id", null: false
t.datetime "created_at", precision: nil, null: false
t.index ["blob_id"], name: "index_active_storage_attachments_on_blob_id"
t.index ["record_type", "record_id", "name", "blob_id"], name: "index_active_storage_attachments_uniqueness", unique: true
end

create_table "active_storage_blobs", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "key", null: false
t.string "filename", null: false
t.string "content_type"
t.text "metadata"
t.bigint "byte_size", null: false
t.string "checksum", null: false
t.datetime "created_at", precision: nil, null: false
t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true
end

create_table "comfy_cms_categories", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_categories", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "site_id", null: false
t.string "label", null: false
t.string "categorized_type", null: false
t.index ["site_id", "categorized_type", "label"], name: "index_cms_categories_on_site_id_and_cat_type_and_label", unique: true
end

create_table "comfy_cms_categorizations", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_categorizations", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "category_id", null: false
t.string "categorized_type", null: false
t.integer "categorized_id", null: false
t.index ["category_id", "categorized_type", "categorized_id"], name: "index_cms_categorizations_on_cat_id_and_catd_type_and_catd_id", unique: true
end

create_table "comfy_cms_files", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_files", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "site_id", null: false
t.string "label", default: "", null: false
t.text "description"
t.integer "position", default: 0, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["site_id", "position"], name: "index_comfy_cms_files_on_site_id_and_position"
end

create_table "comfy_cms_fragments", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_fragments", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "record_type"
t.bigint "record_id"
t.string "identifier", null: false
t.string "tag", default: "text", null: false
t.text "content", limit: 16777215
t.text "content", size: :medium
t.boolean "boolean", default: false, null: false
t.datetime "datetime"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "datetime", precision: nil
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["boolean"], name: "index_comfy_cms_fragments_on_boolean"
t.index ["datetime"], name: "index_comfy_cms_fragments_on_datetime"
t.index ["identifier"], name: "index_comfy_cms_fragments_on_identifier"
t.index ["record_type", "record_id"], name: "index_comfy_cms_fragments_on_record_type_and_record_id"
end

create_table "comfy_cms_layouts", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_layouts", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "site_id", null: false
t.integer "parent_id"
t.string "app_layout"
t.string "label", null: false
t.string "identifier", null: false
t.text "content", limit: 16777215
t.text "css", limit: 16777215
t.text "js", limit: 16777215
t.text "content", size: :medium
t.text "css", size: :medium
t.text "js", size: :medium
t.integer "position", default: 0, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["parent_id", "position"], name: "index_comfy_cms_layouts_on_parent_id_and_position"
t.index ["site_id", "identifier"], name: "index_comfy_cms_layouts_on_site_id_and_identifier", unique: true
end

create_table "comfy_cms_pages", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_pages", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "site_id", null: false
t.integer "layout_id"
t.integer "parent_id"
t.integer "target_page_id"
t.string "label", null: false
t.string "slug"
t.string "full_path", null: false
t.text "content_cache", limit: 16777215
t.text "content_cache", size: :medium
t.integer "position", default: 0, null: false
t.integer "children_count", default: 0, null: false
t.boolean "is_published", default: true, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["is_published"], name: "index_comfy_cms_pages_on_is_published"
t.index ["parent_id", "position"], name: "index_comfy_cms_pages_on_parent_id_and_position"
t.index ["site_id", "full_path"], name: "index_comfy_cms_pages_on_site_id_and_full_path"
end

create_table "comfy_cms_revisions", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_revisions", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "record_type", null: false
t.integer "record_id", null: false
t.text "data", limit: 16777215
t.datetime "created_at"
t.text "data", size: :medium
t.datetime "created_at", precision: nil
t.index ["record_type", "record_id", "created_at"], name: "index_cms_revisions_on_rtype_and_rid_and_created_at"
end

create_table "comfy_cms_sites", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_sites", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "label", null: false
t.string "identifier", null: false
t.string "hostname", null: false
t.string "path"
t.string "locale", default: "en", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["hostname"], name: "index_comfy_cms_sites_on_hostname"
end

create_table "comfy_cms_snippets", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_snippets", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "site_id", null: false
t.string "label", null: false
t.string "identifier", null: false
t.text "content", limit: 16777215
t.text "content", size: :medium
t.integer "position", default: 0, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["site_id", "identifier"], name: "index_comfy_cms_snippets_on_site_id_and_identifier", unique: true
t.index ["site_id", "position"], name: "index_comfy_cms_snippets_on_site_id_and_position"
end

create_table "comfy_cms_translations", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "comfy_cms_translations", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "locale", null: false
t.integer "page_id", null: false
t.integer "layout_id"
t.string "label", null: false
t.text "content_cache", limit: 16777215
t.text "content_cache", size: :medium
t.boolean "is_published", default: true, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["is_published"], name: "index_comfy_cms_translations_on_is_published"
t.index ["locale"], name: "index_comfy_cms_translations_on_locale"
t.index ["page_id"], name: "index_comfy_cms_translations_on_page_id"
end

create_table "friendly_id_slugs", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "friendly_id_slugs", id: :integer, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "slug", null: false
t.integer "sluggable_id", null: false
t.string "sluggable_type", limit: 50
t.string "scope"
t.datetime "created_at"
t.datetime "created_at", precision: nil
t.index ["slug", "sluggable_type", "scope"], name: "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope", unique: true, length: { slug: 70, scope: 70 }
t.index ["slug", "sluggable_type"], name: "index_friendly_id_slugs_on_slug_and_sluggable_type", length: { slug: 140 }
t.index ["sluggable_id"], name: "index_friendly_id_slugs_on_sluggable_id"
t.index ["sluggable_type"], name: "index_friendly_id_slugs_on_sluggable_type"
end

create_table "profiles", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
create_table "profiles", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.string "first_name"
t.string "last_name"
t.string "job_title"
Expand All @@ -162,10 +182,11 @@
t.text "personal_interests"
t.boolean "opt_in"
t.string "liason"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.string "slug"
t.index ["slug"], name: "index_profiles_on_slug"
end

add_foreign_key "active_storage_attachments", "active_storage_blobs", column: "blob_id"
end

0 comments on commit fea8c63

Please sign in to comment.