If you need to do some quick prototype on Rails of an idea or whatever, here is a simple Rails blank template app in order to be able to just simply clone it and start to develop your own app.
It uses the Bootstrap SB Admin Base V2 theme. You could find the Rails gem of this theme here.
Main features included by default:
- Devise with default modules.
- BootstrapSBAdminBaseV2 theme included.
- SendGrid gem for mailing.
- Continuous testing with Guard.
- Thin server.
- MySQL database.
- ERB template engine.
There is an user example ready to use to login with email user@example.com
and password 123456789
.
Login page.
Dashboard page.
Here you have the Github repo for this template, so you can clone it, change it, play with it... whatever you want! :)