Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 910 Bytes

Readme.md

File metadata and controls

42 lines (27 loc) · 910 Bytes

tail-select-rails

A gem to easily integrate tail-select with the rails 6.1+ asset pipeline.

Currently this gem brings support for tail-select v0.5.16.

Installation

First add the following lines to your applications Gemfile:

gem 'tail-select-rails'

Run bundle install.

Add the following lines to app/assets/javascripts/application.js:

//= require jquery3
//= require tail.select

Finalize the setup by adding these lines to app/assets/stylesheets/application.css:

/*
 *= require tail.select
 */

Usage

Please refer to https://getbutterfly.com/tail-select/ for all the details on how to use.

Credits

  • tail-select-rails is (c) Copyright Gajendra Jena
  • This gem is maintained by @gajendrajena