Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 652 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 652 Bytes

The code in this repository was written to accompany the guide originally published here and updated for Rails 7 on December 31, 2021.

The guide and this code base demonstrate a simple search-as-you-type interface built with Ruby on Rails and Hotwire.

To run this repo locally, clone it, checkout the instant-search branch and then: rails db:create db:migrate rails s Visit http://localhost:3000/players in your browser. Need help getting things working? Have questions? Feel free to get in touch, you can find my contact info at the bottom of the guide linked above.