All Projects â†’ ForestAdmin â†’ Forest Rails

ForestAdmin / Forest Rails

Licence: gpl-3.0
🌱 Rails Liana for Forest Admin

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Forest Rails

Bhf
Rails-Engine-Gem that offers an admin interface for trusted user
Stars: ✭ 81 (-67.21%)
Mutual labels:  rails, gem, admin, admin-dashboard, administration
Forest Express Mongoose
🌱 Express/Mongoose Liana for Forest Admin
Stars: ✭ 145 (-41.3%)
Mutual labels:  admin, admin-dashboard, administration
Django Jet
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Stars: ✭ 3,207 (+1198.38%)
Mutual labels:  admin, admin-dashboard, administration
Jet Django
Jet Bridge (Django) for Jet Admin – Admin panel framework for your application
Stars: ✭ 168 (-31.98%)
Mutual labels:  admin, admin-dashboard, administration
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (+27.94%)
Mutual labels:  admin, admin-dashboard, administration
Jet Bridge
Jet Bridge – Admin Panel Framework for your application
Stars: ✭ 904 (+265.99%)
Mutual labels:  admin, admin-dashboard, administration
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-68.83%)
Mutual labels:  rails, gem, admin-dashboard
Forest Express Sequelize
🌱 Express/Sequelize Liana for Forest Admin
Stars: ✭ 134 (-45.75%)
Mutual labels:  admin, admin-dashboard, administration
Activeadmin Themes
Awesome themes for ActiveAdmin.
Stars: ✭ 141 (-42.91%)
Mutual labels:  rails, admin, admin-dashboard
Spina
Spina CMS
Stars: ✭ 1,926 (+679.76%)
Mutual labels:  rails, gem
Ordinare
Ordinare sorts gems in your Gemfile alphabetically
Stars: ✭ 153 (-38.06%)
Mutual labels:  rails, gem
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-37.25%)
Mutual labels:  admin, admin-dashboard
Blur Admin
AngularJS Bootstrap Admin Panel Framework
Stars: ✭ 11,274 (+4464.37%)
Mutual labels:  admin, admin-dashboard
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (+695.14%)
Mutual labels:  admin, admin-dashboard
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (-38.46%)
Mutual labels:  admin, admin-dashboard
Kinto Admin
Kinto Web Administration Console
Stars: ✭ 175 (-29.15%)
Mutual labels:  admin, administration
Notus Svelte
Notus Svelte: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 144 (-41.7%)
Mutual labels:  admin, admin-dashboard
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (-35.22%)
Mutual labels:  admin, admin-dashboard
Ember Cli Admin
Ember-cli-admin is a powerful admin dashboard for ember-cli projects
Stars: ✭ 178 (-27.94%)
Mutual labels:  admin, admin-dashboard
Vanillarat
VanillaRat is an advanced remote administration tool completely coded in C# for Windows.
Stars: ✭ 192 (-22.27%)
Mutual labels:  admin, administration

Forest Admin in Rails

Gem CI status Test Coverage semantic-release

Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.

This project has been designed with scalability in mind to fit requirements from small projects to mature companies.

Who Uses Forest Admin

Getting Started

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

Documentation

https://docs.forestadmin.com/documentation/

How it works

Howitworks

Forest Admin consists of two components:

  • The Admin Frontend is the user interface where you'll manage your data and configuration.
  • The Admin Backend API hosted on your servers where you can find and extend your data models and all the business logic (routes, actions, …) related to your admin panel.

The Forest Admin gem (aka Forest Liana) introspects all your data model and dynamically generates the Admin API hosted on your servers. The Forest Admin interface is a web application that handles communication between the admin user and your application data through the Admin API.

Features

CRUD

All of your CRUD operations are natively supported. The API automatically supports your data models' validation and allows you to easily extend or override any API routes' with your very own custom logic.

CRUD

Search & Filters

Forest Admin has a built-in search allowing you to run basic queries to retrieve your application's data. Set advanced filters based on fields and relationships to handle complex search use cases.

Search and Filters

Sorting & Pagination

Sorting and pagination features are natively handled by the Admin API. We're continuously optimizing how queries are run in order to display results faster and reduce the load of your servers.

Sorting and Pagination

Custom action

A custom action is a button which allows you to trigger an API call to execute a custom logic. With virtually no limitations, you can extend the way you manipulate data and trigger actions (e.g. refund a customer, apply a coupon, ban a user, etc.)

Sorting and Pagination

Export

Sometimes you need to export your data to a good old fashioned CSV. Yes, we know this can come in handy sometimes :-)

Export

Segments

Get in app access to a subset of your application data by doing a basic search or typing an SQL query or implementing an API route.

Segments

Dashboards

Forest Admin is able to tap into your actual data to chart out your metrics using a simple UI panel, a SQL query or a custom API call.

Dashboard

WYSIWYG

The WYSIWYG interface saves you a tremendous amount of frontend development time using drag'n'drop as well as advanced widgets to build customizable views.

WYSIWYG

Custom HTML/JS/CSS

Code your own views using JS, HTML, and CSS to display your application data in a more appropriate way (e.g. Kanban, Map, Calendar, Gallery, etc.).

Custom views

Team-based permissions

Without any lines of code, manage directly from the UI who has access or can act on which data using a team-based permission system.

Team based permissions

Third-party integrations

Leverage data from third-party services by reconciling it with your application’s data and providing it directly to your Admin Panel. All your actions can be performed at the same place, bringing additional intelligence to your Admin Panel and ensuring consistency.

Third-party integrations

Notes & Comments

Assign your teammates to specific tasks, leave a note or simply comment a record, thereby simplifying collaboration all across your organization.

Notes and Comments

Activity logs

Monitor each action executed and follow the trail of modification on any data with an extensive activity log system.

Activity logs

How to contribute

This repository is officially maintained by Forest Admin. We're always happy to get contributions for other fellow lumberjacks. All contributions will be reviewed by Forest Admin'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

Community

👇 Join our Developers community for support and more

Discourse developers community

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].