Displaying 3 results from an estimated 3 matches for "t0_r13".
Did you mean:
t0_r1
2006 May 20
3
In a find, can''t you use both :include and :limit ?
...0_r3,
employees.`contract` AS t0_r4, employees.`available` AS t0_r5,
employees.`address` AS t0_r6, employees.`comments` AS t0_r7,
employees.`creation_date` AS t0_r9, employees.`last_update` AS t0_r10,
employees.`is_featured` AS t0_r11, employees.`is_deleted` AS t0_r12,
employees.`is_hidden` AS t0_r13, skills.`id` AS t1_r0,
skills.`parent_id` AS t1_r1, skills.`name` AS t1_r2, skills.`desc_short`
AS t1_r3 FROM employees LEFT OUTER JOIN skills_employees ON
skills_employees.recipe_id = employees.id LEFT OUTER JOIN skills ON
skills.id = skills_employees.skill_id WHERE (skill_id = 3)
But remembe...
2006 Apr 19
2
I need help in ActiveRecord..
I have this Product.find(:all, :include => [:brand, :category, :type],
:group =>
"description"), but it dont group by description why?
Bruno
--
Posted via http://www.ruby-forum.com/.
2006 Apr 10
1
random | in join statement with more than one :include
...rd_year_indicator_id` AS t0_r6, grants.`grant_home_id` AS t0_r7,
grants.`sp onsor` AS t0_r8, grants.`fund_source` AS t0_r9,
grants.`department_name` AS t0_r 10,
grants.`start_date_overall` AS t0_r11, grants.`end_date_overall` AS
t0_r12, grants.`start_date_current` AS t0_r13,
grants.`end_date_current` AS t0_r14, gran ts.`total_amount` AS
t0_r15, grants.`direct_amount` AS t0_r16, grants.`indirect_
amount` AS t0_r17, grants.`total_amount_cfy` AS t0_r18,
grants.`direct_amount_cf y` AS t0_r19,
grants.`indirect_amount_cfy` AS t0_r20, grants.`title` AS...