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
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:
bundle remove forest_liana
bundle install
to update your Gemfile.lockconfig/initializers/forest_liana.rb
and .forestadmin-schema.json
files and the lib/forest_liana
folder if it existesconfig/routes.rb
and config/secrets.yml
Best regards,