Displaying 2 results from an estimated 2 matches for "customer_details".
Did you mean:
customer_detail
2006 Jan 02
0
Problem with remote updates
My form_remote and link_remote tags seem to messing up and keep making the
tag they are supposed to update, disappear completly. They''ll fade out, and
then start to fade in but then just dissappear. I think its happening
because both actions are firing at the same time on a fairly simple request.
For example, I have a link_to_remote tag:
<%= link_to_remote ''Edit'',
2008 Jan 21
1
specin'' update_attributes! + Hash
...ec it returns an error.
*** below is the error message :
Spec::Mocks::MockExpectationError in ''InteractController (submit) -
saving a form to use later should update costumer details using the form
params''
Mock ''Instance_1039'' expected :update_attributes with
({:customer_details=>"--- !map:HashWithIndifferentAccess \\ntitle:
Hola\\n"}) but received it with ({:customer_details=>"---
!map:HashWithIndifferentAccess \ntitle: Hola\n"})
C:/webapps/interact/branches/interact_new_features/app/controllers/interact_controller.rb:74:in
`submit''
./sp...