fa881a88c8
* Basically Field#to_param was replaced for Field#to_query_string and some methods related to build params were moved to Form class. Before this commit the params hash was made by parsing each element querystring to param and then merge, now we build the whole querystring first and then parse it to get params with Rack or Rails depending of the configure mode. |
||
---|---|---|
.. | ||
configuration_spec.rb | ||
field_spec.rb | ||
form_spec.rb | ||
link_spec.rb | ||
session_spec.rb |