Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raketbizdev/rails_dashboard_boilerplate
This is a simple dashboard boilerplate ready to be use for creating new rails project. Anyone who wish to contribute are welcome for this project thanks.
https://github.com/raketbizdev/rails_dashboard_boilerplate
boilderplate bootstrap4 rails5 sb-admin-2
Last synced: 13 days ago
JSON representation
This is a simple dashboard boilerplate ready to be use for creating new rails project. Anyone who wish to contribute are welcome for this project thanks.
- Host: GitHub
- URL: https://github.com/raketbizdev/rails_dashboard_boilerplate
- Owner: raketbizdev
- Created: 2019-11-07T15:30:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:45:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:15:19.591Z (22 days ago)
- Topics: boilderplate, bootstrap4, rails5, sb-admin-2
- Language: CSS
- Homepage: https://www.ruelnopal.com
- Size: 8.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Dashboard Boilerplate
This is a rails dashboard boilerplate using [SB Admin 2](https://startbootstrap.com/previews/sb-admin-2/) [@BlackrockDigital](https://github.com/BlackrockDigital). What you can do with this is just add your own design functionality.
## Whats included in this dashboard.
```ruby
gem 'bootstrap', '~> 4.3.1'
gem 'jquery-rails'
gem 'devise'
gem 'carrierwave'
gem 'mini_magick'
gem 'font_awesome5_rails'
gem 'pg'
```### Homepage
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/homepage.png)### Signup
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/signup.png)### Login
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/login.png)### Dashboard
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/dashboard.png)### Profile
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/profile.png)