Next Level Developer

Rails View Helpers

Everyone can use a little help, sometimes...

It isn’t always easy to know when to use Rails view helpers. You don’t want to sit down and try to write a bunch of helpers before you have a UI spec, or even before you’ve started to write a rough layout of your markup. But at some point, hopefully earlier in the implementation phase, it’s good to remember that helpers are there to help.

2016-09-10