Remove ActiveAdmin
Showing
| ... | @@ -44,10 +44,6 @@ gem 'kaminari', '~> 1.0', '>= 1.0.1' | ... | @@ -44,10 +44,6 @@ gem 'kaminari', '~> 1.0', '>= 1.0.1' |
| gem 'devise', '~> 4.3' | gem 'devise', '~> 4.3' | ||
| # Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide. | # Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide. | ||
| gem 'rubocop', '~> 0.49.1' | gem 'rubocop', '~> 0.49.1' | ||
| # The administration framework for Ruby on Rails. | |||
| gem 'activeadmin', '~> 1.0' | |||
| # CKEditor is a WYSIWYG editor to be used inside web pages | |||
| gem 'ckeditor', '~> 4.2', '>= 4.2.3' | |||
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/admin/categories.rb
deleted
100644 → 0
app/admin/dashboard.rb
deleted
100644 → 0
app/admin/products.rb
deleted
100644 → 0
app/admin/user.rb
deleted
100644 → 0
app/models/ckeditor/asset.rb
deleted
100644 → 0
app/models/ckeditor/picture.rb
deleted
100644 → 0
config/initializers/active_admin.rb
deleted
100644 → 0
config/initializers/ckeditor.rb
deleted
100644 → 0
Please
register
or
sign in
to comment