You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow command handlers to call private methods of the caller. This is useful when called from a controller action and the handler needs to access private controller methods such as cookies etc
Adds support for indexed arrays in form objects. When the form builder adds an index to an array it is represented in the params hash as a hash with the key being the index. Form objects are now populated correctly when using this style of form.