Skip to content

Commit e8ccdfa

Browse files
committed
Updated the main README
1 parent 88b6597 commit e8ccdfa

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ This repository contains ActiveModel, ActiveRecord and Ruby on Rails integration
66
* ActiveModel integration with adapters for ActiveRecord and Mongoid
77
* Enumerable-based wrapper for search results
88
* 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.
1617

1718
## Installation
1819

0 commit comments

Comments
 (0)