File: CHANGELOG.md

package info (click to toggle)
ruby-elasticsearch-rails 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,420 kB
  • sloc: ruby: 1,661; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,761 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## 0.1.9

* Added checks for proper launch order and other updates to the example application templates
* Updated the example application to work with Elasticsearch 2.x
* Used the `suggest` method instead of `response['suggest']` in the application template

## 0.1.8

* Added an example application template that loads settings from a file
* Added missing require in the seeds.rb file for the expert template
* Fixed double include of the aliased method (execute_without_instrumentation)
* Fixed the error when getting the search_controller_test.rb asset in `03-expert.rb` template
* Updated URLs for getting raw assets from Github in the `03-expert.rb` template

## 0.1.7

* Updated dependencies for the gem and example applications
* Fixed various small errors in the `01-basic.rb` template
* Fixed error when inserting the Kaminari gem into Gemfile in the 02-pretty.rb template
* Fixed incorrect regex for adding Rails instrumentation into the application.rb in the `02-pretty.rb` template
* Fixed other small errors in the `02-pretty.rb` template
* Improved and added tests for the generated application from the `02-pretty.rb` template
* Added the `04-dsl.rb` template which uses the `elasticsearch-dsl` gem to build the search definition

## 0.1.6

* Fixed errors in templates for the Rails example applications
* Fixed errors in the importing Rake task
* Refactored and updated the instrumentation support to allow integration with `Persistence::Model`

## 0.1.5

* Fixed an exception when no suggestions were returned in the `03-expert` example application template

## 0.1.2

* Allow passing an ActiveRecord scope to the importing Rake task

## 0.1.1

* Improved the Rake tasks
* Improved the example application templates

## 0.1.0 (Initial Version)