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...
Some tasks in a web application are better not done live when a user request a page, but in the...
Action Mailer Basics and Previews Chapter "Task H1: Sending Confirmation Emails" from Agile Web Development with Rails (in our...
Best results in other decks
I had to modify the time for an application that I launch through Docker. Here is an approach that worked...
Prevent the restart of daemons from Debian package upgrades. Proper written postinstall scripts for Debian packages utilize deb-systemd-invoke...