Hello, Rails!

Search for a package/description:

<%= form_tag(url_for, method: "get") do %> <%= text_field_tag :search, '', autofocus: true, placeholder: 'What are you looking for...' %> | With screenshots? <%= check_box_tag 'with_screenshots', 'yes', true %> | <%= submit_tag "Search" %> <% end %>

Search results

<%= render "packages_search_results", object: @packages %>