All Projects → codn → Adminpanel

codn / Adminpanel

Licence: mit
This gem has the goal to act as the administration panel for your resources, so you can focus only on the public part of your app

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Adminpanel

Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (+2771.43%)
Mutual labels:  rails, gem
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (+4928.57%)
Mutual labels:  rails, gem
Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (+3428.57%)
Mutual labels:  rails, gem
Spina
Spina CMS
Stars: ✭ 1,926 (+27414.29%)
Mutual labels:  rails, gem
Yt
The reliable YouTube API Ruby client
Stars: ✭ 674 (+9528.57%)
Mutual labels:  rails, gem
Ordinare
Ordinare sorts gems in your Gemfile alphabetically
Stars: ✭ 153 (+2085.71%)
Mutual labels:  rails, gem
Milia
Easy multi-tenanting for Rails5 (or Rails4) + Devise
Stars: ✭ 326 (+4557.14%)
Mutual labels:  rails, gem
Premailer Rails
CSS styled emails without the hassle.
Stars: ✭ 1,382 (+19642.86%)
Mutual labels:  rails, gem
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (+13057.14%)
Mutual labels:  rails, gem
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+7014.29%)
Mutual labels:  rails, gem
Rails sortable
Easy drag & drop sorting with persisting the arranged order for rails
Stars: ✭ 127 (+1714.29%)
Mutual labels:  rails, gem
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+100457.14%)
Mutual labels:  rails, gem
Rubocop Rails config
RuboCop configuration which has the same code style checking as official Ruby on Rails.
Stars: ✭ 106 (+1414.29%)
Mutual labels:  rails, gem
Flexirest
Flexirest - The really flexible REST API client for Ruby
Stars: ✭ 188 (+2585.71%)
Mutual labels:  rails, gem
Counter culture
Turbo-charged counter caches for your Rails app.
Stars: ✭ 1,397 (+19857.14%)
Mutual labels:  rails, gem
Material icons
A simple Rails wrapper for Google Material Icons
Stars: ✭ 266 (+3700%)
Mutual labels:  rails, gem
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (+1328.57%)
Mutual labels:  rails, gem
Graphql devise
GraphQL interface on top devise_token_auth
Stars: ✭ 100 (+1328.57%)
Mutual labels:  rails, gem
Devise masquerade
Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.
Stars: ✭ 380 (+5328.57%)
Mutual labels:  rails, gem
Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+11114.29%)
Mutual labels:  rails, gem

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: '[email protected]', 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

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].