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
In rare circumstances, you want to use a websites full domain (say https://mywebsite.com) while testing in dev mode. This...
I had to modify the time for an application that I launch through Docker. Here is an approach that worked...