Can anyone help me out with a SQL query to pull related entries based on tags? -- Posted via http://www.ruby-forum.com/.
ryan wrote:> Can anyone help me out with a SQL query to pull related entries based on > tags?It doesn''t have to be straight SQL, I just mean how to do this in rails (or just plain SQL is fine, too). Thanks! -- Posted via http://www.ruby-forum.com/.
ryan wrote: > Can anyone help me out with a SQL query to pull related entries based on > tags? Look at page 15 and 16 in http://media.rubyonrails.org/presentations/pursuitofbeauty.pdf Tags are well documented in the "Rails Recipes" book : http://www.pragmaticprogrammer.com/titles/fr_rr/ Alain