search for: l573

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

Did you mean: 573
2006 Feb 03
4
contoller code mysteries
...rchstring = ''["first_name = :first_name", {:first_name => first_name}]'' end @myclients = Client.find(:all, :conditions => searchstring) end it results in error... RuntimeError: ERROR C42601 Msyntax error at or near "[" P30 Fscan.l L573 Ryyerror: SELECT * FROM clients WHERE (["first_name = :first_name", {:first_name => first_name}]) Why or more specifically, how do I accomplish this since I want to test each field from the search form for presence of field data and string this together for an ''or''...
2006 Feb 07
11
breaking down a list view
I''m trying to figure out how to change the order of a list view and it''s obvious to me that I don''t understand what I get from a simple scaffold to know enough to alter it. If someone would be so kind to tell me what this means ... def list @placment_pages, @placements = paginate :placements, :per_page => 10 end @placement_pages, # I am guessing that this