So you want an administrative account, but don't want to scaffold out a whole Users model for just one login? Enter the simple admin login! There is no database used, your username and password are...
Bootstrap's color scheme is pretty good, they have some nice vibrant colors and you can make things look rather decent without much effort. The only problem is that if you stick with that color sch...
For this post I will be adding pagination with will_paginate and styling with Bootstrap
Add the gems to your Gemfile
# Gemfile
gem ...