diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 15 | ||||
| -rw-r--r-- | app/helpers/application_helper.rb | 2 | ||||
| -rw-r--r-- | config/routes.rb | 1 | ||||
| -rw-r--r-- | config/schedule.rb | 3 |
5 files changed, 1 insertions, 21 deletions
| diff --git a/Gemfile b/Gemfile index 5059f0b..825e4c7 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -83,5 +83,4 @@ gem 'active_storage_validations' | |||
| 83 | gem "image_processing", ">= 1.2" | 83 | gem "image_processing", ">= 1.2" |
| 84 | gem "meta-tags" | 84 | gem "meta-tags" |
| 85 | gem 'rails_autolink' | 85 | gem 'rails_autolink' |
| 86 | gem 'wittle', git: "https://git.fourisland.com/wittle", branch: "main" | ||
| 87 | gem 'whenever', "~> 1.0.0", require: false | 86 | 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 | |||
| 14 | sequenced | 14 | sequenced |
| 15 | victor | 15 | victor |
| 16 | 16 | ||
| 17 | GIT | ||
| 18 | remote: https://git.fourisland.com/wittle | ||
| 19 | revision: 01c1947537e4e23ded0c16812a7cd9d49ad88356 | ||
| 20 | branch: main | ||
| 21 | specs: | ||
| 22 | wittle (0.1.0) | ||
| 23 | enumerize | ||
| 24 | haml | ||
| 25 | jquery-rails | ||
| 26 | rails (>= 7.1.1) | ||
| 27 | rice | ||
| 28 | sassc-rails | ||
| 29 | |||
| 30 | GEM | 17 | GEM |
| 31 | remote: https://rubygems.org/ | 18 | remote: https://rubygems.org/ |
| 32 | specs: | 19 | specs: |
| @@ -313,7 +300,6 @@ GEM | |||
| 313 | actionpack (>= 5.2) | 300 | actionpack (>= 5.2) |
| 314 | railties (>= 5.2) | 301 | railties (>= 5.2) |
| 315 | rexml (3.2.6) | 302 | rexml (3.2.6) |
| 316 | rice (4.1.0) | ||
| 317 | rouge (4.2.0) | 303 | rouge (4.2.0) |
| 318 | ruby-vips (2.2.0) | 304 | ruby-vips (2.2.0) |
| 319 | ffi (~> 1.12) | 305 | ffi (~> 1.12) |
| @@ -433,7 +419,6 @@ DEPENDENCIES | |||
| 433 | webrick (~> 1.7) | 419 | webrick (~> 1.7) |
| 434 | whenever (~> 1.0.0) | 420 | whenever (~> 1.0.0) |
| 435 | will_paginate (~> 4.0) | 421 | will_paginate (~> 4.0) |
| 436 | wittle! | ||
| 437 | 422 | ||
| 438 | BUNDLED WITH | 423 | BUNDLED WITH |
| 439 | 2.4.21 | 424 | 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 | |||
| 35 | { title: "Code repositories", url: "https://code.fourisland.com/" }, | 35 | { title: "Code repositories", url: "https://code.fourisland.com/" }, |
| 36 | { title: "Quotes database", url: "https://www.fourisland.com/quotes" }, | 36 | { title: "Quotes database", url: "https://www.fourisland.com/quotes" }, |
| 37 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, | 37 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, |
| 38 | { title: "Wittle", url: "https://www.fourisland.com/wittle" }, | 38 | { title: "Wittle", url: "https://www.fourisland.com/wittle/" }, |
| 39 | ] | 39 | ] |
| 40 | end | 40 | end |
| 41 | 41 | ||
| 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 | |||
| 82 | end | 82 | end |
| 83 | 83 | ||
| 84 | mount Pokeviewer::Engine => '/poke3' | 84 | mount Pokeviewer::Engine => '/poke3' |
| 85 | mount Wittle::Engine => '/wittle' | ||
| 86 | end | 85 | 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 @@ | |||
| 1 | every 1.day, at: "12:00am" do | ||
| 2 | rake "wittle:generate_puzzles" | ||
| 3 | end | ||
