Displaying 1 result from an estimated 1 matches for "c5af5c43".
2006 Jul 18
0
Bug in acts_as_list?
...:
mysql> SELECT * FROM children WHERE (parent_id =
''e73fd179-e412-452e-8ac2-b7aac4db4ed4'') ORDER BY position DESC LIMIT 1;
Empty set (0.00 sec)
Note that when using find(), Rails itself uses quotes, for example:
mysql> SELECT * FROM accounts WHERE (accounts.id =
''c5af5c43-47b3-4e95-a2b7-313b22320945'') LIMIT 1;
This is my first post to the list, so I''m not sure where to file bug
reports. Trac was down at the time of writing, so I couldn''t query for
prior reports either.
If any additional info is needed, I can provide it. Any workaroun...