
How to add simple http authentication in Ruby on Rails
Sometimes you don't need a fancy authentication for your website, here's how to can implement that.
This web framework is fairly similar to Django when it comes to structure and how to think when building web applications.