This is probably one of the simplest things, but something that I have to stop and ask myself over and over again: when do I use singular or plural when using Rails generators? I’ve been a long time fan and user of Ruby on Rails. I’m also not a developer, so working with proper coding is actually foreign to me …
How to Add a Favicon in Ruby on Rails Apps
Favicons are this nifty little icons on the tab of your browser to help give a little personalized identity rather than the blank page one which is the default This is one of the super fast things to fix yet I forget every time I build out a Rails app. Favicons can be created with a plethora of different sites. …
Ruby on Rails tip – generating a project with specific rails version
Let me qualify that I am sporting the “noob” title with my Ruby on Rails development. That being said, I hope that I can offer some small help to other new RoR folks as I learn the ropes myself. This is a simple tip which I have found very handy since I’ve updated my rails to 3.0.0 this week. If …