Skip to content

Commit

Permalink
Remove madmin (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford authored May 14, 2024
1 parent 8ba166e commit 062782d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 117 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ gem "turbo-rails"
gem "faraday"
gem "jbuilder"
gem "tzinfo-data", platforms: %i[ windows jruby ]
gem "madmin", github: "excid3/madmin"
gem "redcarpet"

group :development, :test do
Expand Down
10 changes: 0 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/excid3/madmin.git
revision: cc6cd36ca4a64cb5b75a829fffd41b7948afde6c
specs:
madmin (1.2.10)
pagy (>= 3.5)
rails (>= 6.0.3)

GIT
remote: https://github.com/maybe-finance/lucide-rails.git
revision: 6170b3a0eceb43a8af6552638e9526673c356d0d
Expand Down Expand Up @@ -225,7 +217,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
pagy (8.3.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down Expand Up @@ -379,7 +370,6 @@ DEPENDENCIES
importmap-rails
jbuilder
lucide-rails!
madmin!
pg (~> 1.5)
propshaft
puma (>= 5.0)
Expand Down
28 changes: 0 additions & 28 deletions app/controllers/madmin/application_controller.rb

This file was deleted.

4 changes: 0 additions & 4 deletions app/controllers/madmin/articles_controller.rb

This file was deleted.

4 changes: 0 additions & 4 deletions app/controllers/madmin/terms_controller.rb

This file was deleted.

27 changes: 0 additions & 27 deletions app/madmin/resources/article_resource.rb

This file was deleted.

36 changes: 0 additions & 36 deletions app/madmin/resources/term_resource.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Rails.application.routes.draw do
draw :madmin
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
resources :signups, only: [ :new, :create ]
resources :articles, only: [ :index, :show ]
Expand Down
6 changes: 0 additions & 6 deletions config/routes/madmin.rb

This file was deleted.

0 comments on commit 062782d

Please sign in to comment.