From 14d8b2889259ccb12493b6d54bd8c9838c914950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Fri, 2 Aug 2024 21:53:28 +0200 Subject: [PATCH] Added tutorial url --- Rails.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.md b/Rails.md index b639c1a..de249a9 100644 --- a/Rails.md +++ b/Rails.md @@ -12,6 +12,7 @@ ## Nützliche URLs - [API Doc](https://api.rubyonrails.org/) API Documentation +- [Turbo Rails Tutorial](https://www.hotrails.dev/turbo-rails) Learn how to leverage the power of the turbo-rails library now included by default in Rails 7 to write reactive single-page applications without having to write a single line of custom JavaScript. ## Interessante Plugins