Forest Admin in Rails
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.
Who Uses Forest Admin
- Apartmentlist
- Carbon Health
- Ebanx
- First circle
- Forest Admin of course :-)
- Heetch
- Lunchr
- Pillow
- Qonto
- Shadow
- And hundreds more…
Getting Started
https://docs.forestadmin.com/rails/getting-started/installation
Documentation
https://docs.forestadmin.com/rails
What is it for?
Browse your application's data
Unleash the power of your data in the simplest way.
Manipulate your data
Provide your operational team with a tool with which they can perform any actions towards your customers' success.
Listen to your data
Anticipate/predict your customer needs before they're even able to formulate it for better lead nurturing, trial conversion, and upsells.
Organize your application's data
Backend architecture can be immensely complex. Forest will scan your ORM to retrieve the database models, and generate an admin REST API that will communicate directly with our back office interface.
Reconcile your data
Bring additional intelligence and consistency by leveraging data from third party services coupled with your application’s data in a single interface.
Streamline your workflow
Forest fits into your existing workflows and provides you with the framework to streamline those business processes effortlessly.
Collaborate on your data
As your team grows, so do all the little things it takes for your operations to run smoothly. With Forest, simplify collaboration and productivity all across your office.
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:
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- 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