Richard wrote:
> Using the trunk I now get the random error:
> 
> compile error
> ./script/../config/../app/views/browse/index.rhtml:40: Invalid char 
> `\002' in expression
> 
> Extracted source (around line #40):
> 
> 37:     <%= l %>
> 38:   <% else %>
> 39:     <%= link_to l, :action => 'index', :letter => l %>
> 40:   <% end %>
> 41: <% end %><br />
> 42: <%= if @restaurant_pages.current.previous
> 43: link_to("Previous", { :page => @restaurant_pages.current.previous, 
> :params => { :sort => params[:sort] } } )
> 
> On the index page of my controller which has nothing to do with 
> searching. Any ideas?

I've found this was just a "line end" character in the file. Weird. 
Never had that problem before. Anyway, it's not related to 
acts_as_ferret so hurrah!

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to