GGeneral FactoryGirl specs and duplicate emailsbyNickSeptember 12, 2014No comments If you’re using FactoryGirl for testing your Rails app and keep getting errors about duplicate entries, emails in…
GGeneral Renaming resources in RailsbyNickOctober 4, 2013No comments If you’ve got a long model name and it’s ruining your URL paths and making them look terrible…
GGeneral Rails nested routes undefined method errorbyNickOctober 2, 2013No comments While working on belt-tracker I had an issue with nested routes and using the form_for tag provided by…
GGeneral Frameworks hinder innovationbyNickSeptember 5, 20132 comments Frameworks are designed to make programmers lives easier. How do they do that? They do that by getting…
TTutorials My Rails for Zombies Answers (with extra credit)byNickAugust 25, 20124 comments Level 1 Challenge 1 Zombie.find(1) extra challenge Zombie.all Challenge 2 Zombie.create(name: "Nick", graveyard: "Adelaide") extra challenge Zombie.find(4) Challenge…
TTutorials Trouble installing Ruby 1.9.3 with RVM (Applicable for all versions)byNickJune 4, 2012No comments Hello Reader (yes there’s only one of you). I’ve been doing some Rails development because I like it…