Joined January 2013
·
Achievements
70 Karma
2,048 Total ProTip Views
Cub
Have at least one original jQuery or Prototype open source repo
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Ashcat
Make Ruby on Rails better for everyone by getting a commit accepted
Your render line can be shortened:
<%= render @posts %>
Rails understands that @posts is a collection of Post models and will render each with the _post.html.erb template.