Questions tagged [dynamic-attributes]
32 questions
0
votes
2 answers
How to design a system like google base with dynamic attributes? in Ruby on Rails
I am wanting to create an application that can allow users to add products for sale.
I want to make it so that a user can add whatever type of product he/she likes and let them also create stored and searchable attributes for their products - alot…
rmossuk
0
votes
1 answer
Testing dynamic attributes with cucumber, undefined method
We have a Style model with dynamic attributes, which can be saved by filling one field with the attribute key and the next field with the value.
A typical params hash looks like this:
{"utf8"=>"✓", "style"=>{"collection_id"=>"48",…

jugglinghobo
- 419
- 4
- 15