From 2b50dae2681e2f3756f43643259122c634a352fa Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 30 Nov 2023 15:34:44 -0500 Subject: Unmount Wittle engine --- Gemfile | 1 - Gemfile.lock | 15 --------------- app/helpers/application_helper.rb | 2 +- config/routes.rb | 1 - config/schedule.rb | 3 --- 5 files changed, 1 insertion(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 5059f0b..825e4c7 100644 --- a/Gemfile +++ b/Gemfile @@ -83,5 +83,4 @@ gem 'active_storage_validations' gem "image_processing", ">= 1.2" gem "meta-tags" gem 'rails_autolink' -gem 'wittle', git: "https://git.fourisland.com/wittle", branch: "main" gem 'whenever', "~> 1.0.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 83104ed..995d314 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,19 +14,6 @@ GIT sequenced victor -GIT - remote: https://git.fourisland.com/wittle - revision: 01c1947537e4e23ded0c16812a7cd9d49ad88356 - branch: main - specs: - wittle (0.1.0) - enumerize - haml - jquery-rails - rails (>= 7.1.1) - rice - sassc-rails - GEM remote: https://rubygems.org/ specs: @@ -313,7 +300,6 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.6) - rice (4.1.0) rouge (4.2.0) ruby-vips (2.2.0) ffi (~> 1.12) @@ -433,7 +419,6 @@ DEPENDENCIES webrick (~> 1.7) whenever (~> 1.0.0) will_paginate (~> 4.0) - wittle! BUNDLED WITH 2.4.21 diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a51645b..72d7ab1 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -35,7 +35,7 @@ module ApplicationHelper { title: "Code repositories", url: "https://code.fourisland.com/" }, { title: "Quotes database", url: "https://www.fourisland.com/quotes" }, { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, - { title: "Wittle", url: "https://www.fourisland.com/wittle" }, + { title: "Wittle", url: "https://www.fourisland.com/wittle/" }, ] end diff --git a/config/routes.rb b/config/routes.rb index 89520c0..42158c9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -82,5 +82,4 @@ Rails.application.routes.draw do end mount Pokeviewer::Engine => '/poke3' - mount Wittle::Engine => '/wittle' end diff --git a/config/schedule.rb b/config/schedule.rb index 987b14a..e69de29 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -1,3 +0,0 @@ -every 1.day, at: "12:00am" do - rake "wittle:generate_puzzles" -end -- cgit 1.4.1