search for: collection_nam

Displaying 3 results from an estimated 3 matches for "collection_nam".

Did you mean: collection_name
2007 Nov 09
2
Problem with stemming and AAF
...}, :description => { :boost => 0, :store => :yes }, :care => { :boost => -2 }, :manufacturer_name => { :boost => 1, :store => :yes }, :collection_name => { :boost => 1, :store => :yes }, :category_name => { :boost => 0 } }, :remote => true, :analyzer => StemmedAnalyzer.new ) Straight forward, no errors. But also no results....
2006 Jan 02
6
Paginate with joins messing with id
Hi all, Best wishes for the new year! :'') I''m very new to Ruby and Rails, and I ran into a problem with the "paginate" function. When I use the following method to get a number of forum topics based on a category name passed via the URI: @topic_pages, @topics = paginate :topics, :joins => "INNER JOIN categories ON
2006 Mar 02
0
Local Collection Variables in Helpers
...llection in the helper? For instance, for each iteration of a list represented in a partials collection i want to display a default value if no value is set. i would rather not litter the view with conditionals. When i write a helper method referring to the local collection variable (eg. collection_name.title) it gives me an error: undefined local variable or method is this possible? thanks, Sebastian