Ruby on Rails Cheat Sheet – Handy Tips Gleaned from RoR Tutorial Book
Every time I go away from RoR for a while, I forget everything I had learned. In order to get me up to speed more quickly in the future, I am going to create a Ruby on Rails cheat sheet … Continue...
View ArticleRuby on Rails Tutorial: Creating a Rails Instance from an Existing MySQL DB
In this Ruby on Rails tutorial, I will show how to create a Rails instance from an existing MySQL database. I have an existing site that used Codeigniter and a MySQL DB, and I want to more or less...
View ArticleRuby on Rails Cheat Sheet Part 2 – More Tips and Reminders
I am still finding new Ruby and Ruby on Rails tricks (and I keep forgetting them) so I am starting a second Ruby on Rails cheat sheet to help me remember how to accomplish simple tasks. Check out my...
View ArticleRails Tutorial: Setting Up a Server on Heroku for Free!
In this Rails tutorial I am going to set up dev, stage, and production environments. Dev will be on my local machine and I’ll use heroku for stage and production. I’m going to use Unicorn to provide a...
View ArticleRails Tutorial Part 2: Setting Up a Server on Heroku for Free!
Continuing from my previous post, in part two of this Rails Tutorial I am going to continue to add to my nascent project. The theme of the project is getting set up on heroku with lots of cool addons …...
View Article