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.
私は、ユーザーがファイル (GitHub でホストされている) を変更する Web アプリケーションに取り組んでおり、GitHub に直接保存できる必要があります。
このクライアント側を処理する必要はないので、サーバー側の Ruby ソリューションで問題ありません。ある種の GitHub API を使用する必要があると思います。
どうすればこれを行うことができますか?
「ruby github gem」および「ruby git gem」を Google で検索します。見つからない場合はsystem("git...")、git コマンド ライン ユーティリティを呼び出すために使用します。
system("git...")