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
Why Rails has multiple schema formats When you run migrations, Rails will write your current database schema into db/schema.rb. This...
DirectUpload allows you to upload files to your file storage without having to wait for the form to submit. It...