Ruby is the programming language we use on the backend. Goals After finishing this lesson you should be able to...
Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the...
Learn Enough Command Line to be Dangerous (it's in our library => Google Drive) CLI tricks every developer should...
You have the following HTML structure:
If you want to run Javascript code whenever someone clicks on a ...
..., you...
Understand how asynchronous JavaScript works: Read Henning's presentation about asynchronous Javascript (there's also a German video presentation...
Just like we use gems on the server, we use third party JavaScript libraries in the browser. These typically provide...
Best results in other decks
If you run a Rails app that is using Turbo, you might observe that your integration tests are unstable depending...
Running Unit Test in DDEV # Run all tests ddev exec composer run phpunit:test # Run a specific test class, example...