Hello @poluxland,
Removing Forest liana from your RoR project is pretty straight forward:
- Run:
bundle remove forest_liana
- Run:
bundle install
to update your Gemfile.lock - You can delete both
config/initializers/forest_liana.rb
and.forestadmin-schema.json
files and thelib/forest_liana
folder if it existes - Remove all forest related content from
config/routes.rb
andconfig/secrets.yml
Best regards,