2
"Render: nothing => true" boş düz metin dosyası mı döndürüyor?
Ben Rails 2.3.3'teyim ve gönderi isteği gönderen bir bağlantı yapmam gerekiyor. Şuna benzeyen bir tane var: = link_to('Resend Email', {:controller => 'account', :action => 'resend_confirm_email'}, {:method => :post} ) Bu, bağlantıdaki uygun JavaScript davranışını sağlar: <a href="/account/resend_confirm_email" onclick="var f = document.createElement('form'); f.style.display = 'none'; this.parentNode.appendChild(f); f.method = 'POST'; f.action = …
116
ruby-on-rails
rest
link-to