Rails 7 Modal Forms with Hotwire and Bootstrap
![](https://nobrainerprogramming.com/wp-content/uploads/2022/03/rails-7-modal-forms-with-hotwire-and-bootstrap-1024x576.png)
With the release of Ruby on Rails 7 several things changed. Rails now ships with Hotwire turned on by default so we can use the Turbo framework and the stimulus framework. A lot of things you did with JavaScript before can now be done in a much easier and faster way without writing and JavaScript […]