RailsCasts Pro episodes are now free!

Learn more or hide this

mullaney's Profile

GitHub User: mullaney

Comments by

Avatar

If your calendar isn't showing up, make sure you use <%= calendar instead of <% calendar

<div id="articles">
<%= calendar do |date| %>
<%= date.day %>
<% end %>
</div>