2
„Render: none => true” zwraca pusty plik tekstowy?
Jestem na Railsach 2.3.3 i muszę utworzyć łącze, które wysyła żądanie postu. Mam taki, który wygląda tak: = link_to('Resend Email', {:controller => 'account', :action => 'resend_confirm_email'}, {:method => :post} ) Co sprawia, że łącze JavaScript działa prawidłowo: <a href="/account/resend_confirm_email" onclick="var f = document.createElement('form'); f.style.display = 'none'; this.parentNode.appendChild(f); f.method = 'POST'; …
116
ruby-on-rails
rest
link-to