On Thursday, May 23, 2013 9:53:20 AM UTC-4, Gary Weaver wrote: > > On Thursday, May 23, 2013 9:45:20 AM UTC-4, Gary Weaver wrote: > >> See that multiline_default? Then a google search for: rails >> multiline_default shows this commit: >> >> https://github.com/rails/rails/commit/4eaa8ba5bec9001e97349e7dfd565c7215085834 >> > > It looks like that commit would allow sending arrays in as arrays (e.g. > http://www.postgresql.org/docs/9.2/static/arrays.html), btw, not tuples. > Unless, I'm misreading it. >
To clarify, Rails is storing the array as YAML. Nothing to do with PG arrays. Just had arrays on the brain at the time. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
