Ruby on Rails
Ruby on RailsHow to Use link_to in Rails
Jan 6, 2015 - 7 min read
Even after 7 years of using Ruby on Rails I still have trouble remembering how to properly use all those options available for the link_to helper. Three out of five times I have to fire up the docs an...
3 Ways of Testing Private Methods In Rails
Dec 23, 2014 - 5 min read
Here's a topic that pops up often especially when faced with the common task of testing controllers in Rails. We have some logic inside a private method and we want to test it somehow. And of course,...
How to Test Controllers in Rails
Dec 9, 2014 - 7 min read
These days it seems like everyone is looking for faster tests and for good reason since loading the entire Rails framework on every test run makes the process way to slow....
How I Create a New Ruby on Rails Project
Nov 11, 2014 - 5 min read
This is the process I use to create a new Ruby on Rails project. I usually use the latest stable version of Ruby/Rails and it’s companion gems....
Latest Posts
Nov 3, 2015
How to write a Cucumber test for Google Maps
Oct 13, 2015