From b0a0f12de1cd038966c53df2bde8a2d56da2a6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Tue, 6 Aug 2024 20:30:32 +0200 Subject: [PATCH] Added useful link --- Rails.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rails.md b/Rails.md index 14aec84..940eea1 100644 --- a/Rails.md +++ b/Rails.md @@ -1,7 +1,6 @@ # Ruby on Rails -Wenn wir uns in Rails verliebt haben sollten können wir uns [hier](https://teespring.com/stores/driftingruby) -mit Fanartikeln eindecken.. ;) +Wenn wir uns in Rails verliebt haben sollten können wir uns [hier](https://teespring.com/stores/driftingruby) mit Fanartikeln eindecken.. ;) ## Setup Rails App @@ -16,7 +15,7 @@ mit Fanartikeln eindecken.. ;) - [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. -- [Steve Polito Blog](https://stevepolito.design/categories/ruby-on-rails/) Steve Polito is a full stack web developer in the Boston Area +- [Stimulus Components](https://www.stimulus-components.com/) Stimulus Components is an open-source set of StimulusJS controllers to solve common patterns. ## Interessante Plugins @@ -41,6 +40,7 @@ mit Fanartikeln eindecken.. ;) - [Search with infinite Pagination](https://www.youtube.com/watch?v=A9q6YwhLCyI) - [Tailwind](https://www.youtube.com/watch?v=oP5yKkKxLvE) Tailwind CSS: Build and Deploy a Fully Responsive Website with Modern UI/UX - [Drifting Ruby](https://www.driftingruby.com/) Elevate your Ruby skills with expert-led videos +- [Steve Polito Blog](https://stevepolito.design/categories/ruby-on-rails/) Steve Polito is a full stack web developer in the Boston Area ## Nützliche Libaries