Archive

Blog Archives

Uploading Rails App with MongoDB to Heroku

How to properly upload your Rails application to Heroku that has MongoDB as database.

Setting up Bcrypt for Rails on Windows

Demonstrates how to properly setup bcrypt on Windows and to solve the error bcrypt_ext.so (LoadError) message in your terminal

Ruby on Rails Pagination

Creating a simple paginated list of posts on Ruby on Rails