<% @categories.in_groups_of(2).each do |group| %> <tr> <% group.each do |category| %> <td><%=h category.name %></td> <% end %> </tr> <% end %>
What are you staring at? Move along, move along.
<% @categories.in_groups_of(2).each do |group| %> <tr> <% group.each do |category| %> <td><%=h category.name %></td> <% end %> </tr> <% end %>
What are you staring at? Move along, move along.
Matthew Bass is an independent software developer, entrepreneur, speaker, and writer. He has over ten years of experience across a diverse set of technologies and has worked at places like SAS Institute, the world's largest privately held software company. An agilist from the very beginning, he continues evangelizing and experimenting with pair programming, test-first and behavior-driven development, and continuous integration. Matthew has spoken at several regional and national software conferences and regularly writes for publications like InfoQ.