Uninstall forest admin from RoR

Hi!
what is the correct way to uninstall forest admin from ruby ​​on rails.
Works fine but I want to remove to some proyect that not justify

gem ‘forest_liana’
forest_liana (7.7.2)
Ruby on Rails 6.1.4.6
Ruby 3.1
Postgresql
Heroku

Hello @poluxland,

Removing Forest liana from your RoR project is pretty straight forward:

  1. Run: bundle remove forest_liana
  2. Run: bundle install to update your Gemfile.lock
  3. You can delete both config/initializers/forest_liana.rb and .forestadmin-schema.json files and the lib/forest_liana folder if it existes
  4. Remove all forest related content from config/routes.rb and config/secrets.yml

Best regards,

2 Likes