File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : ruby
2
+ rvm :
3
+ - 2.3.4
4
+
5
+ # Use container based travis infrastructure which allows caching
6
+ # features for open source projects.
7
+ sudo : false
8
+ cache :
9
+ bundler : true
10
+
11
+ gemfile :
12
+ - gemfiles/rails_4.2_active_admin_1.0.0.pre4.gemfile
13
+ - gemfiles/rails_5.1_active_admin_1.0.gemfile
14
+
15
+ script : bundle exec rspec
Original file line number Diff line number Diff line change 1
1
# ActiveAdmin Searchable Select
2
2
3
+ [ ![ Gem Version] ( https://badge.fury.io/rb/activeadmin-searchable_select.svg )] ( http://badge.fury.io/rb/activeadmin-searchable_select )
4
+ [ ![ Build Status] ( https://travis-ci.org/codevise/activeadmin-searchable_select.svg?branch=master )] ( https://travis-ci.org/codevise/activeadmin-searchable_select )
5
+
3
6
Searchable select boxes (via [ Select2] ( https://select2.org/ ) ) for
4
7
ActiveAdmin forms and filters. Extends the ActiveAdmin resource DSL to
5
8
allow defining JSON endpoints to fetch options from asynchronoulsy.
You can’t perform that action at this time.
0 commit comments