Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails では、フォームの送信を取得して、フォーム内の情報を外部 URL に送信したり、自分のサーバーに投稿したりできますか?
コントローラの作成または更新アクションで、保存アクションの後に:
require 'net/http' Net::HTTP.get('www.example.com', '/index.html?'+params)
できれば、手順が完了した後に外部要求をトリガーし、できればメッセージキューイングを使用して、自分で行う必要があります。
I'm developing a Google Chrome extension and I want to add <li> to <ul> tag via JavaScript:
<li>
<ul>
var newLI = document.createElement("LI