So, I decided to write this article to share a few resources I have used over the last twenty months of learning Ruby and Ruby on Rails in the hopes ...
Chuck Smith
Set Up Rbenv Revisited
I have been working on setting up a new operating system distribution. I took some time to test out a different package manager, but ended up going ...
Chuck Smith
Devise Profile Usernames
I have worked on several projects recently with user accounts managed by Devise, and I have been working at changing the way user profile URL's are ...
Chuck Smith
Dev Environment with Localhost SSL
Have you ever wanted to set up SSL for localhost development on your computer? No? Honestly, as hard as this can be at times, me neither. What ...
Chuck Smith
Rails Basic Template
There is no need for developers to walking the same path, performing the same tasks at the beginning of any project, over and over again. That is what ...
Chuck Smith
Rails Image Helper
Often times when developing application, there are times that a developer may need to include logic to conditionally render UI elements. For instance, ...