search for: product_path

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

2010 May 19
2
Created a custom/minimal CentOS 5.x install ISO
Hi all, I'd like to try rolling a somewhat stripped down and customized CentOS DVD. This is particularly interesting to me now that CentOS 5.5 is 2 DVDs. I dare not call it a new distro as I suspect I will be the only one to use it. ;) I've been googling for ways to do this, figuring it must be somewhat straight forward, but my google-fu is weak it seems. Can someone point me
2008 Apr 09
3
help with model relationship for Product/Bill of Materials
...If any experts in data modeling have any suggestions or advice I''d be grateful ps. I did have one bright idea to sub class product into component and packet, which worked really well from console tests, but messed up my Product views because although @product=Product.find id, the url for product_path(@product) becomes packet path if it has type=''Packet'' and of course there is no such route. That did my head in so I dropped the idea. Tonypm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rub...
2012 May 11
14
What is the point of using :format in routes?
Today I had a strange behavior that made me suspect of jQuery at first, but then it happened that I''ve faced two gotchas, one from CoffeeScript and one from Rails itself. I have something like this: routes.rb post ''/fields/:id.:format'' => ''fields#show'', as: :field, constraints: {id: /\d+/} post ''/fields/remove/:id''