You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails Dynamic Select is a simple application to show how implement a dynamic select with Rails and Hotwire Turbo. In this application, we have three models, Author, Article and Collection. To demonstrate this functionality, we can add articles to a collection, filter the articles by author.