public
Description: Ambition adapter for Sphinx
Clone URL: git://github.com/technicalpickles/ambitious-sphinx.git
Added  :nodoc: stuff.
Fri Feb 15 12:59:15 -0800 2008
commit  3853078d15777ca4765162c3287908ccc199406e
tree    eabba0b8f657a16d161f730798640a0a15e02010
parent  a891de9dffa3651863c5f40155af2542a342deb8
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-module Ambition
0
- module Adapters
0
+module Ambition #:nodoc:
0
+ module Adapters #:nodoc:
0
     module AmbitiousSphinx
0
       class Base
0
         def has_field? str
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-module Ambition
0
- module Adapters
0
+module Ambition #:nodoc:
0
+ module Adapters #:nodoc:
0
     module AmbitiousSphinx
0
       # Responsible for taking the clauses that Ambition has generated, and ultimately doing a
0
       # Ultrasphinx::Search based on them
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-module Ambition
0
- module Adapters
0
+module Ambition #:nodoc:
0
+ module Adapters #:nodoc:
0
     module AmbitiousSphinx
0
       # Select is responsible for taking pure Ruby, and mangling it until it resembles
0
       # the syntax that Ultrasphinx[http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/files/README.html] uses.
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-module Ambition
0
- module Adapters
0
+module Ambition #:nodoc:
0
+ module Adapters #:nodoc:
0
     module AmbitiousSphinx
0
       class Slice < Base
0
         # >> User.first(5)
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-module Ambition
0
- module Adapters
0
+module Ambition #:nodoc:
0
+ module Adapters #:nodoc:
0
     module AmbitiousSphinx
0
       class Sort < Base
0
         # >> sort_by { |u| u.age }

Comments

    No one has commented yet.