File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ This repository contains ActiveModel, ActiveRecord and Ruby on Rails integration
6
6
* ActiveModel integration with adapters for ActiveRecord and Mongoid
7
7
* Enumerable-based wrapper for search results
8
8
* ActiveRecord::Relation-based wrapper for returning search results as records
9
- * Model methods such as ` search ` , ` mapping ` , etc
10
- * Pagination support
11
- * Rails application templates
12
-
13
- _ NOTE: This is a pre-release version: feedback welcome via Github issues, e-mail or IRC.
14
- Many more features, such as automatic hooking into Rails' notifications,
15
- Elasticsearch persistence for models, etc. are planned or being worked on._
9
+ * Convenience model methods such as ` search ` , ` mapping ` , ` import ` , etc
10
+ * Rake tasks for importing the data
11
+ * Kaminari-based pagination support
12
+ * Integration with Rails's instrumentation framework
13
+ * Templates for generating example Rails application
14
+
15
+ Elasticsearch client and Ruby API is provided by the
16
+ ** [ elasticsearch-ruby] ( https://github.com/elasticsearch/elasticsearch-ruby ) ** project.
16
17
17
18
## Installation
18
19
You can’t perform that action at this time.
0 commit comments