If you’re running a rails application with a blog like I was, you we’re probably using something that utilized jekyl. There are some good blogging platforms out there and when I decided to add a blog to my site, I decided to use toto. At the time I thought adding all the html tags myself Read More
ruby on rails
Deploy a Rails App with Heroku
It’s easy as pie to push a demo version of your rails app to heroku. Follow the simple steps below and you’ll be on your way to testing in a subdomain of herokuapp.com. You can also point your dns to heroku and have a live app with a few commands! Make sure that you have Read More
Adding SSL to Your Rails 4 App
There are a few different ways you can configure ssl into your rails app. I prefer the options where the least amount of configurations are required. The following is an example of getting a particular page in your rails app to handle things like purchasing with a secure protocol in nginx. First create a folder Read More