From a612c246e36157bc23690a9987fdc6eeaf90e0fb Mon Sep 17 00:00:00 2001 From: Tyler887 Date: Mon, 24 Jan 2022 21:33:24 +0000 Subject: [PATCH] Add Ruby on Rails (#1280) * Add Rails * Update readme.md * Update readme.md * Update readme.md Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> * Rename Rails.rb to Ruby on Rails.rb * Update readme.md Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> --- r/Ruby on Rails.rb | 4 ++++ readme.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 r/Ruby on Rails.rb diff --git a/r/Ruby on Rails.rb b/r/Ruby on Rails.rb new file mode 100644 index 00000000..2300ecb4 --- /dev/null +++ b/r/Ruby on Rails.rb @@ -0,0 +1,4 @@ +class HelloWorld < app + print "Hello World" + end +end diff --git a/readme.md b/readme.md index 175e0bb0..b374cfd6 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (885 total) +## Languages (886 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) @@ -727,6 +727,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [RPG](r/RPG.rpgle) * [RTL2](r/RTL2.rtl2) * [Ruby](r/Ruby.rb) +* [Ruby on Rails](r/Ruby%20on%20Rails.rb) * [Ruota](r/Ruota.ruo) * [Rust](r/Rust.rs) * [S Algol](s/S%20Algol)