File tree 6 files changed +26
-3
lines changed
elasticsearch-persistence
lib/elasticsearch/persistence
6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.7
2
+
3
+ * Improved examples and instructions in README and code annotations
4
+ * Prevented index methods to swallow all exceptions
5
+ * Added the ` :validate ` option to the ` save ` method for models
6
+ * Added support for searching across multiple models (elastic/elasticsearch-rails #345 ),
7
+ including documentation, examples and tests
8
+
1
9
## 0.1.6
2
10
3
11
* Improved documentation
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = "0.1.6 "
3
+ VERSION = "0.1.7 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ # 0.1.7
2
+
3
+ * Added an integration test for the ` MyModel.all ` method
4
+ * Improved the "music" example application
5
+
1
6
## 0.1.6
2
7
3
8
* Improved documentation
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = "0.1.6 "
3
+ VERSION = "0.1.7 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ # 0.1.7
2
+
3
+ * Updated dependencies for the gem and example applications
4
+ * Fixed various small errors in the ` 01-basic.rb ` template
5
+ * Fixed error when inserting the Kaminari gem into Gemfile in the 02-pretty.rb template
6
+ * Fixed incorrect regex for adding Rails instrumentation into the application.rb in the ` 02-pretty.rb ` template
7
+ * Fixed other small errors in the ` 02-pretty.rb ` template
8
+ * Improved and added tests for the generated application from the ` 02-pretty.rb ` template
9
+ * Added the ` 04-dsl.rb ` template which uses the ` elasticsearch-dsl ` gem to build the search definition
10
+
1
11
## 0.1.6
2
12
3
13
* Fixed errors in templates for the Rails example applications
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = "0.1.6 "
3
+ VERSION = "0.1.7 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments