Skip to content

Commit

Permalink
Updated testing howto to also explain the new unit test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Nov 18, 2008
1 parent 7b7a7d1 commit 7db64d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
== CHANGE_LOG
=== Development
<b>NEW</b>:: A unit test suite based on Shoulda, not requiring a running Solr or a Rails environment. (Mathias Meyer)
<b>NEW</b>:: Added the :offline option to the acts_as_solr method. (Mathias Meyer)
<b>NEW</b>:: Added :lazy flag to find_by_solr, and with that support to load records lazily. (Mathias Meyer)
<b>FIX</b>:: Added test: to solr.yml so you don't need to do this by hand. (Ken Harris)
<b>FIX</b>:: Updated bundled Solr to 1.3. (Mathias Meyer)
<b>FIX</b>:: Updated bundled solr-ruby to 0.0.6 which comes bundled with Solr 1.3. (Mathias Meyer)

=== 06-18-2007: Version 0.9
<b>NEW</b>:: Added the option :scores when doing a search. If set to true this will return the score as a 'solr_score' attribute or each one of the instances found
books = Book.find_by_solr 'ruby OR splinter', :scores => true
Expand Down

0 comments on commit 7db64d8

Please sign in to comment.