diff --git a/Rails.md b/Rails.md index cd6033c..8c2edec 100644 --- a/Rails.md +++ b/Rails.md @@ -16,6 +16,8 @@ Wenn wir uns in Rails verliebt haben sollten können wir uns [hier](https://tees - [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. - [Stimulus Components](https://www.stimulus-components.com/) Stimulus Components is an open-source set of StimulusJS controllers to solve common patterns. +- [Rails Authentication From Scratch](https://stevepolito.design/blog/rails-authentication-from-scratch) +- [Hotwire: Asynchronously loaded tooltips](https://thoughtbot.com/blog/hotwire-asynchronously-loaded-tooltips) ## Interessante Plugins