Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 870 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 870 Bytes

Searching with Ransack and Ruby on Rails

Simple app to search books by different types of fields using Ruby on Rails, Bootstrap, Will paginate, Faker, and Ransack.

Ransack

Dependencies:

  • Faker – A library for generating fake data, we will use this gem to generate books data.
  • Bootstrap – The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
  • Ransack – Object-based searching for use in our books controller
  • will_paginate-bootstrap4 – Pagination library for Rails that matches Twitter Bootstrap 4 styling