A modern Rails Admin Gem that helps you create your admin interface with Forest Admin.
Latest commit f237705 Nov 2, 2018

README.md

Forest Admin in Rails Build Status

Forest is a modern Admin Interface (see the live demo) that works on all major web frameworks including Rails.

The main difference between forest_liana and gems like Administrate, Active Admin or Rails Admin is that forest_liana creates a Rails Engine that automatically generates a highly flexible admin REST API and deploys a WYSIWYG interface to Forest Admin.

Forest Admin screenshot

Who Uses Forest Admin

Installation

https://docs.forestadmin.com/rails/getting-started/installation

Documentation

https://docs.forestadmin.com/rails

How to contribute

This liana is officially maintained by Forest. We're always happy to get contributions for other fellow lumberjacks. All contributions will be reviewed by Forest's team before being merged into master.

Here is the contribution workflow:

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

Please ensure that the tests are passing before submitting any pull request:

$ RAILS_ENV=test bundle exec rake --trace db:migrate test

Licence

GPL v3