如何在rails 3.1中使用带有远程的form_tag更新div

时间:2012-01-17 22:23:04

标签: ruby-on-rails dynamic unobtrusive-javascript jrails remote-forms

我有以下代码

<% form_tag  update_batting_order_tournament_path ,:complete => visual_effect(:appear, 'inning_update_success'), :method => :get, :remote => true do %>

基本上我想更新div

局内订单已更新!

这不像我写的那样有效。任何关于正确选项的想法

1 个答案:

答案 0 :(得分:0)

只需使用&lt;%=而不是&lt;%。

   <%= form_tag  update_batting_order_tournament_path ,:complete => visual_effect(:appear, 'inning_update_success'), :method => :get, :remote => true do %>

有关详细信息,请参阅 http://edgeguides.rubyonrails.org/3_0_release_notes.html#helpers-with-blocks