Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem "hotwire_combobox"
And then execute:
$ bundle
Or install it yourself as:
$ gem install hotwire_combobox
$ bin/setup
$ bundle exec rake app:test
$ bundle exec rake app:test:system
$ bin/rails s
- Bump the version in
lib/hotwire_combobox/version.rb
- Commit the change (e.g.
git commit -am "Bump to 0.1.0"
) - Run
bundle exec rake release
The gem is available as open source under the terms of the MIT License.