Dear Pat,
Finally i figured out that it is not related to YAML. Actually your
YAML multi-line suggestion works.
The problem is a little weird i think because it is related to Array
class.
In the Riddle::Configuration::Section at line 23, an array is created
by "Array(send(setting))"
This codes acts like this:
irb > Array("a,b,\nc")
=> ["a,b,\n", "c"]
So whenever it come across \n it splits the string. After that it
creates more than one "charset_table" in the development.sphinx.conf
When I tried to fix this, i broke the other parts. :) You know
Riddle::Configuration::Section class is inherited by some other
classes, too.
I am not sure if i can explain the problem very well but i guess you
will understand the problem.
Any idea how to fix it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---