honkster-acts_as_solr 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGE_LOG CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
  == CHANGE_LOG
3
3
  === Development
4
+ <b>NEW</b>:: Better error message for parse errors.
4
5
  <b>NEW</b>:: Using ENV['RAILS_ENV'] instead of RAILS_ENV, so multiple test environments are supported.
5
6
  <b>FIX</b>:: Fixed load path collisions
6
7
  <b>NEW</b>:: Gemified acts_as_solr
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -81,7 +81,7 @@ module ActsAsSolr #:nodoc:
81
81
 
82
82
  ActsAsSolr::Post.execute(Solr::Request::Standard.new(query_options))
83
83
  rescue
84
- raise "There was a problem executing your search: #{$!} in #{$!.backtrace.first}"
84
+ raise "There was a problem executing your search\n#{query_options.inspect}\n: #{$!} in #{$!.backtrace.first}"
85
85
  end
86
86
  end
87
87
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honkster-acts_as_solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Meyer