Learn to store attachments in a way that is accessible by authorized users only Learn to prevent users from...
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...
Rails ships with two separate build pipelines: Sprockets ("asset pipeline") and Webpacker. Webpacker has many more moving parts, but allows...
Talk with a colleague and find out why we're using building some of our sites using static site...
We've already learned how to integrate user-provided images uploads to our application in 205 basic file uploads and...
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...
TypeScript basically uses structural typing, which is conceptually quite similar to duck typing, but with static compile-time type checking...