Displaying 2 results from an estimated 2 matches for "maldini".
Did you mean:
baldini
2006 May 24
5
where can i find a good tutorial for has_one and belongs_to?
thanks for helps!
--
Posted via http://www.ruby-forum.com/.
2006 May 24
0
ActiveRecord trace sql
Is there way to trace sql for certain object? For example: I would like
to store i n db full sql query.
@firm = Firm.find(all, :conditions => ["visible = ?", 1])
Is there method for @firm which gives me : "SELECT * FROM firms WHERE
visible = 1" thx
--
Posted via http://www.ruby-forum.com/.