Project

adminpanel

0.01
No commit activity in last 3 years
No release in over 3 years
Gem that focus on making a public site's resources very quickly while being very configurable!, supports facebook sharing, instagram and google analytics integration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
> 2.10.0
<= 6.0.0, >= 5.7.0
>= 1.3.12, ~> 1.3

Runtime

>= 3.1.7, ~> 3.1
~> 1.16.0
>= 4.2.0, ~> 4.2
>= 1.3.0, ~> 1.3
>= 4.2.0, ~> 4.2
>= 5.1.0, ~> 5.1.0
>= 1.1.3, ~> 1.1
>= 4.2.0, ~> 4.2
>= 5.0.5, ~> 5.0.5
= 2.2.0
< 6, >= 5.0
>= 5.0.0, ~> 5.0.0
>= 5, ~> 5
 Project Readme

CoDN Adminpanel

This gem uses use the lastest version of Rails. Usage Docs.

Gem Version Build Status Code Climate

Installation

Add this line to your application's Gemfile:

gem 'adminpanel'

And then execute:

$ bundle

Run:

rails g adminpanel:initialize
rake db:migrate

This create and seeds a user to the database (email: 'admin@admin.com', password: 'password').

Optional

Change the path where adminpanel is mounted

# routes.rb
mount Adminpanel::Engine => '/panel'

Change the panel locale

# application.rb
# Adminpanel supported locales :en, :es (pull requests are welcome)
config.i18n.default_locale = :es

Usage

To create a new resource:

rails g adminpanel:resource product name price:float description:wysiwyg

check the Resource Generator docs for more information.

Make sure you read the docs, there is the descriptions of every relevant part of the gem.

Dependencies

  • Imagemagick
  • Ruby 2.1.0+
  • Rails 4.2+

Integrated APIs

Currently the integrations working are:

Any questions, errors or feature suggestions are welcome in the issues