RailsCasts Pro episodes are now free!

Learn more or hide this

Chris's Profile

GitHub User: evilgeenius

Comments by Chris

Avatar

What advantages does MiniTest have over other existing testing frameworks? Other than having "Mini" in the name.

Avatar

When writing a presenter from scratch, what is the best way to access the rails helpers? Inside the class I'd have a @context variable which would be used to call the view helpers,

e.g. @context.link_to "help"...