Searching and filtering with Turbo 8
Using Ruby on Rails, Turbo 8 page refreshes, and Stimulus to build a table that be searched, filtered, and sorted
A common critique of Rails is that it encourages a poor separation of concerns. That when things get serious, you need an alternative that brings the missing pieces. We disagree.
Using Ruby on Rails, Turbo 8 page refreshes, and Stimulus to build a table that be searched, filtered, and sorted
There is complex and there is difficult, they are not the same. Being able to run a marathon is very difficult. But what you have to do to prepare is simple. A small sheet of paper is enough to describe the steps. You will need tremendous effort and discipline - so it’s hard - but it is simple. Software development is different: it is ...