TeuF

Results 5 comments of TeuF

Same issue with rails 3 beta4 .... Can't make it work. $ script/delayed_job start delayed_job: process with pid 20648 started. => SQL (111.9ms) UPDATE `delayed_jobs` SET locked_by = null, locked_at...

Same problem for me.

I have no problem to cache dimensions, but I think what's about here, is to have a new column with the average rate: rating_average_a = 4 rating_average_b = 3 rating_average_c...

Yes that would be very useful. Is it on the "To Code" list ? ;)

I just comment the condition in has_many :rates_without_dimension and it work :) It would be cleaner with a condition "if dimension define then no :conditions => ...." if options[:dimensions].blank? has_many...