A gemified version of Google's Material Design Lite library.
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
$ rails generate rails_mdl_admin:install
*= require rails_mdl_admin/styles
@import "rails_mdl_admin/styles";
- AdminUser CRUD
$ rails g scaffold AdminUser name:string
$ rake db:migrate
- 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
- Add test.
- Add sigin in/up form.
- Add generator which provide user with admin CRUD.
- Support haml and slim.
- Support devise and sorcery.
- TODO
The gem is available as open source under the terms of the MIT License.