Description
Upmin Admin is no longer under active development. We recommend that you check out Administrate if you are in need of an admin framework. It is created by the people at thoughtbot.
Upmin Admin alternatives and similar gems
Based on the "Admin Interface" category.
Alternatively, view Upmin Admin alternatives based on common mentions on social networks and blogs.
-
RailsAdmin
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data -
ActiveScaffold
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems. -
⚡ Motor Admin ⚡
Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative. -
Sail
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app -
Forest Admin
💎 Ruby on Rails agent for Forest Admin to integrate directly to your existing Ruby on Rails backend application. -
Wallaby
Autocomplete the resourceful actions and views for ORMs for admin interface and other purposes. -
Faalis
A RubyOnRails platform for rapid web application development. Containing a rich and flexible dashboard interface
Scout Monitoring - Performance metrics and, now, Logs Management Monitoring with Scout Monitoring
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Upmin Admin or a related project?
README
No Longer Actively Maintained
Upmin Admin is no longer under active development. We recommend that you check out Administrate if you are in need of an admin framework. It is created by the people at thoughtbot.
Upmin Admin
Upmin Admin is a framework for creating powerful Ruby on Rails admin backends with minimal effort. Upmin currently supports Rails 3.2, 4.0, 4.1 & 4.2.
Demo Applications
There is a demo application you can test out here: store_demo.
If you do choose to use the store_demo, please follow the directions in the README to ensure you have seed data to work with.
You can also generate a starter application using Rails Composer that sets up Devise, role-based authorization, and upmin-admin. See Upmin Admin Interface in Rails Composer.
Installation
Installing upmin-admin
is incredibly easy. Simple add the gem to your Gemfile
:
gem 'upmin-admin'
Then run the generator:
rails g upmin:install
This mounts the engine in your routes.rb
file:
mount Upmin::Engine => '/admin'
And adds a configuration file at config/initializers/upmin.rb
If you already have routes pointing to /admin
you can use any path you want, for example you could use the following instead:
mount Upmin::Engine => '/ice-ice-baby'
And you would access your admin page at localhost:3000/ice-ice-baby
or example.com/ice-ice-baby
.
If you prefer not to use the generator, simply add the route, and optionally the config file as documented in the wiki.
Documentation
For further documentation, please visit our Wiki. The docs there are far from complete, but we are actively updating them. If you have any trouble or can't find the documentation to do something please create an issue and contribute to the docs where you can.
Going Forward
Upmin Admin is new. It has been live for less than a few months, so there are going to be things missing. If you want to make it better, get involved and create issues when you find bugs or want new features, and contribute with pull requests.
The major features that are being worked on now are:
- Mongoid support
- Fixing bugs as we find them
- Adding widgets
- Implementing the dashboard
Support & Feedback
We are always looking for feedback and suggestions. We prefer that you create a GitHub issue, but you can use any of the following to contact us:
Email - [[email protected]]([email protected])
Twitter - @UpminSupport
GitHub - Create an Issue
Please note that this is an open source project, and we can't always respond immediately, but we do try to respond to all inquiries within 24 hours and are usually much faster to respond.