search for: part_applications

Displaying 3 results from an estimated 3 matches for "part_applications".

2005 Mar 02
0
Using a params from down the model relationship tree
Hi, I have three models: class Product < ActiveRecord::Base has_many :parts end class Part < ActiveRecord::Base has_many :part_applications belongs_to :product end class PartApplication < ActiveRecord::Base belongs_to :part end In a controller, I have access to a Product.id: @product = Product.find(@params[''id'']) So with that I am able to do something like this: @product.parts.each do |part| part.part_app...
2016 Mar 07
0
Module Versioning
On 2016.03.06 23:25, Shao Miller via Syslinux wrote: > Having typed that, perhaps we could discuss your (or Rufus') specific > needs, in parallel? I think that is probably worthwhile, as I wouldn't mind having a second opinion from Syslinux developers on whether my current ISO -> USB conversion process could be improved. > Do I understand correctly that the primary >
2016 Mar 06
5
Module Versioning
On 3/3/2016 07:43, Pete Batard via Syslinux wrote: > [...] as far as I am concerned, 'A "version" such as "6.03" [is not] > enough'. [...] I'd like to help to improve Syslinux with regards to version-related concerns. Having typed that, perhaps we could discuss your (or Rufus') specific needs, in parallel? Do I understand correctly that the primary