From 196e5790f2dabbbad820ecf938f60ec86e59f924 Mon Sep 17 00:00:00 2001 From: Benjamin Sinkula Date: Fri, 5 Oct 2018 16:30:44 -0500 Subject: [PATCH] Add Build Your Own Collaborative Text Editor Using Rails --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7719c7a..5dc0f36 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ * [**C++**: _Designing a Simple Text Editor_](http://www.fltk.org/doc-1.1/editor.html) * [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video] * [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/) +* [**Ruby**: _Build a Collaborative Text Editor Using Rails_](https://blog.aha.io/text-editor/) #### Build your own `Visual Recognition System`