Eigenclasses Discussion
It's very detailed and super helpful video, thanks a lot.

4
General
How to use CodeMirror 6 with Ruby on Rails Discussion
Wouldn't it be better to sync the fields only on form submit instead of doing it at every change in the editor field?

2
General
How do I "rails g scaffold book title" without the default tailwind generated classes on i.e app/views/* files and etc, if any?
I also use this same method.

2
CSS
Rails for Beginners Part 8: Using Partials for the Navbar Discussion
so for partials does it not render the additional content provided by application.html.erb and instead just inserts what is inside of the file itself verbatim?

7
General
Rails for Beginners Part 30: Tweet Validations Discussion
if you are getting the error:
```sh
undefined local variable or method `form' for #
```
make sure you ***don't*** include `partial` in the render (like you would with the navbar)
```erb
<%= re...

9
General
Ruby Devise: Inconsistency in current_user in API controller VS. Pre-existing controller
Hello Everyone,
I have started [Rails Training Courses](https://www.igmguru.com/digital-marketing-programming/ruby-on-rails-certification-training/), But I can't able to solve this code.
I'm att...

1
General