search for: search_spinn

Displaying 2 results from an estimated 2 matches for "search_spinn".

Did you mean: search_spinner
2006 Jan 29
2
field sets and unicode
...:with => "''terms='' + escape(value)", :update => ''search_results'', :loading => "Element.show(''search_spinner'')", :loaded => "Element.hide(''search_spinner'')" %> in my article view, after sumbitting I get sequence like u0444u0438u043bu043eu0441u043eu0444u0438u044f in controller (params[:terms]). How can I...
2006 Jul 17
2
IndexedSearchEngine Question
Good evening -- I''m really new to Rails and I was looking for a way to use IndexedSearchEngine with a "get" call instead of the default "post". I have the script by itself on a page /myapp/app/view/search/rhtml and I want to be able to bookmark the query string. I can''t seem to find where in the code the call to form_tag is. This is as likely as not a