Skip to content Skip to sidebar Skip to footer
Showing posts with the label Model View Controller

Unit Testing Generic Htmlhelper Methods With Nunit

I'm new to nUnit and I've been tasked with creating unit tests for some htmlhelper extensio… Read more Unit Testing Generic Htmlhelper Methods With Nunit

How To "link_to" Full Path In Rails 4?

This is the code i have Solution 1: To get the full URL, use gig_url(@gig) instead of gig_path… Read more How To "link_to" Full Path In Rails 4?