ruby on rails 4 - Using wash_out along with dynamic field mongodb document -


i´m trying build rails 4+ soap webservice wash_out gem , things pretty straight forward. need output array of records fetched rails model, complexity comes because model mongodb document no fields declared. table can potentially hold kind of key/value/datatype data manage elsewhere in system.

as understand, make use of reusabletypes in wash_out need specify field map specific type in case different 1 record another.

any ideas on how sort out scenario?

thanks!

soap doesn't work that. can work fixed structures. if make dsl update on per-request basis ugly hacks, clients still won't able work that. never use soap , mongo together.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -