Displaying 1 result from an estimated 1 matches for "mpsrv".
Did you mean:
psrv
2006 Jun 30
0
find_by_sql not quoting properly (in acts_as_taggable plugin)
...d = tags.id AND
tags.name IN (?)", list]
32 31 )
33 32 end
As you can see, if list.any? {|t| t.include?("''")} the resulting
string could have a bad set of single quotes.
And, of course, on my development machine it fixed the problem
wonderfully:
$ uname -mpsrv ; mysql --version ; rails --version
Darwin 8.7.1 Darwin Kernel Version 8.7.1: Wed Jun 7 16:19:56 PDT
2006; root:xnu-792.9.72.obj~2/RELEASE_I386 i386 i386
mysql Ver 14.7 Distrib 4.1.18, for apple-darwin8.3.1 (i686) using
readline 4.3
Rails 1.1.2
And rails is frozen:
rab:trunk $ svn info vendo...