netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

normalize_config in netzke/core/composition.rb raises RuntimeError "can't add a new key into hash during iteration" #49

Closed simonwmn closed 11 years ago

simonwmn commented 11 years ago

normalize_config in netzke/core/composition.rb:262 raises

RuntimeError "can't add a new key into hash during iteration"

when the super method of an overriden endpoint does it's configuration.

Pass config: scope => ['foo_id = ?', 1] to loadInTab on Workspace and it's deliver_component endpoint will raise this when reaching super at workspace.rb:94.