On Mon, Nov 19, 2012 at 10:25 PM, Werner <webagentur.la...@googlemail.com>wrote:

> On my edit page I can update values using ajax.
>
> In my edit action I also have something like: Model.where(model_id:
> id).sum("attribute")
> As the edit action is not executed anymore, I dont get a proper result
> after I add some new value, have to reload the page.
>
> How is the best way to actualize the sum after edit.. ?
>

Are you updating the values by calling $.ajax or just passing in remote:
true on your forms?

If you use $.ajax, I suggest that you pass in the sum as json which $.ajax
can process.  If you're
using remote: true, you can create an update.js.erb or update.js.haml which
will be rendered
after you update.


>
> Thanks
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/rubyonrails-talk/-/RHAW38e5gOwJ.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
-------------------------------------------------------------
visit my blog at http://jimlabs.heroku.com

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to