#hotwire
Read more stories on Hashnode
Articles with this tag
One possible way of rendering a simple dropdown or selection control · TailwindUI has something they call a Select Menu component which will be the basis...
Part 27 of building a Rails 7 application · Way back in Part 8 I spoke about adding auditing to this application. I used the audited gem to provide the...
One possible way of rendering a simple calendar control · TailwindUI has a nice looking calendar component I can use for this task. Here is what it will...
Part 24 of building a Rails 7 application · This application has a number of models that have has_many associations to other related models. An example...
Part 19 of building a Rails 7 application · An important aspect of any application is letting the users know what is happening in the clearest possible...
Part 18 of building a Rails 7 application · At the moment the only way to add new records is using the scaffolded "New" page. Not only is it pretty...