RailsCasts Pro episodes are now free!

Learn more or hide this

Mark McConachie's Profile

GitHub User: markmcconachie

Site: markmcconachie.com

Comments by Mark McConachie

Avatar

I just released a ruby gem to integrate normalize.css with the asset pipeline.

https://github.com/markmcconachie/normalize-rails

Avatar

What do you not like about the solutions in the previous episodes?

Avatar

I like your test style as you don't really refactor your tests. This leaves them really 'readable'. Great episode! Thanks you!

Avatar

I personally think that it works well in models, but in request specs you end up having to refector pretty heavily to make it efficient.

I do aim for 1 assertion per test in the model though...