From 2aec0f15b62091bbe77571d7e339554f6811e316 Mon Sep 17 00:00:00 2001 From: Bijan Rahnema Date: Sun, 3 Sep 2017 23:09:20 +0200 Subject: [PATCH] Add trestle admin framework. Tested trestle. It works and can be used for many things. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5bee7b..fb2b062 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ The goal is to help every Rails developer to build an awesome Rails product/serv * [RailsAdmin](https://github.com/sferik/rails_admin) - RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data. * [Typus](https://github.com/typus/typus) - Typus is a control panel for Ruby on Rails applications to allow trusted users edit structured content. * [administrate](https://github.com/thoughtbot/administrate) - A Rails engine that helps you put together a super-flexible admin dashboard. +* [Trestle](https://trestle.io) - A modern, responsive admin framework for Ruby on Rails. ## Logging * [Impressionist](https://github.com/charlotte-ruby/impressionist) - Impressionist can log page impressions (technically action impressions), but it is not limited to that. You can log impressions multiple times per request. And you can also attach it to a model. The goal of this project is to provide customizable stats that are immediately accessible in your application as opposed to using Google Analytics and pulling data using their API.