Giter Site home page Giter Site logo

dougpuchalski / upmin-admin-ruby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from upmin/upmin-admin-ruby

0.0 2.0 0.0 853 KB

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.

Home Page: https://www.upmin.com/admin-rails

License: MIT License

upmin-admin-ruby's Introduction

Upmin Admin

Upmin Admin is a framework for creating powerful admin backends with minimal effort.

Demo Videos

To see videos showing how to install and giving a pretty good overview of the main features of upmin-admin go to https://www.upmin.com/admin-rails.

Demo Application

There is also a demo application you can test out here: store_demo. The repository is maintained and updated by Upmin, but you are welcome to contribute to it.

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.

Installation

Installing upmin-admin is incredibly easy. Simple add the gem to your Gemfile:

gem 'upmin-admin'

And then mount the engine in your routes.rb file:

mount Upmin::Engine => '/admin'

Authentication is currently supported with an existing Devise install. Simply use something like this:

authenticate :user, lambda { |u| u.admin? } do
  mount Upmin::Engine => '/admin'
end

Rails 4.2

Add the following to your gemfile:

gem 'ransack', github: 'activerecord-hackery/ransack', branch: 'rails-4.2'

upmin-admin currently depends on ransack, and you need to use the 4.2 branch of ransack due to changes in ActiveRecord.

Documentation

We are currently working on the docs on our Wiki, but they are far from complete so if you have any trouble or can't find the documentation to do something please let us know via email - [email protected] or chat with us on HipChat.

Going Forward

There are a lot of things that need built going forward and we are looking for anyone who wants to get involved. Just hop in our hipchat (link below) or email us (link also below).

The major features that are being worked on now are:

  1. DataMapper support
  2. Fixing bugs - specifically ones like ActsAsTaggable causing the menu to have far too many models.
  3. Implementing the Dashboard
  4. Adding useful widgets, such as an EasyPost Tracking label widget, a Stripe Card widget, and other commonly used APIs, as well as Map widgets for plotting routes or just showing a location.

Support & Feedback

The goal of Upmin is to make it easier to build admin pages with minimal effort. With that in mind, we are always looking for feedback and suggestions. You can get in touch several ways.

Email - [email protected]

Chat - http://www.hipchat.com/gvREostp6

upmin-admin-ruby's People

Contributors

joncalhoun avatar mneumegen avatar pixhouen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.