Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<%= @title %>

<% content_for :meta do %>
  <%= auto_discovery_link_tag(:rss, blog_posts_url(:format => :rss)) %>
<% end %>

<% @blog_posts.each do |post| %>
  <%= div_for post do %>
    <%= render 'blog_posts/header', :post => post %>
    <%=raw post.teaser %>
  <% end %>
<% end %>

<%= render 'blog_posts/sidebar' %>