We are currently working with Rails API interacting with a frontend app. In 
order to simplify the interactions with the front app, we are supporting 
parameters and responses with *camelCase*.

When we were implementing this in the Rails API, we encountered that 
*ActionController::StrongParameters* implements *transform_keys *but it 
doesn't implements *deep_transform_keys*, as Hash does.
This would be a helpful feature for us because we use nested params for 
some requests, and we think it would also make the StrongParams API more 
similar to the Hash API. 

Any feedback on this would be very helpful. In AcidTango we have the 
intention to implement this feature if it is considered helpful.

Regards!

-- 
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 rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-core/9d0a3810-bf1d-405f-b788-6b840ba00c49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to