Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rails_mdl_admin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rails_mdl_admin

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

RailsMdlAdmin

A gemified version of Google's Material Design Lite library.

https://gyazo.com/318e79e1128ad9ed5b8fbab94641248f

Installation

Add this line to your application's Gemfile:

gem 'rails_mdl_admin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rails_mdl_admin

Usage

Install rails_mdl_admin

$ rails generate rails_mdl_admin:install

Require or impote rails_mdl_admin style

 *= require rails_mdl_admin/styles
  @import "rails_mdl_admin/styles";

Example

  1. AdminUser CRUD
$ rails g scaffold AdminUser name:string
$ rake db:migrate
  1. Install rails_mdl_admin and style sheet
$ rails generate rails_mdl_admin:install
 *= require rails_mdl_admin/styles
$ rails s
# then, access localhost:3000/admin_users

TODO

  • Add test.
  • Add sigin in/up form.
  • Add generator which provide user with admin CRUD.
  • Support haml and slim.
  • Support devise and sorcery.

Contributing

  • TODO

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 14 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc