How to create a super basic search form in Ruby on Rails
TL; DR: Seriously, this form implementation is incredibly simple
Situation
How to create a super basic search form in Ruby on Rails.
The following picture is a snapshot of an example.
Context
Let's consider a Product model with a title attribute.
...
blog.alexandrecalaca.com3 min read