<% (params[:count] || 500).to_i.times do |i| %> Some text to make the response longer - <%= i %> <% end %>
It works