Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the...
Understand why we test: Low defect rate without a QA department. Customer acceptance testing can concentrate on new features...
makandra's development process Learn about our process. The squares represent the state of the issue in Linear:
Some tasks in a web application are better not done live when a user request a page, but in the...
What is rake good for? Take a look at some of the Rake tasks that Rails gives you (rake...
Talk with a colleague and find out why we're using building some of our sites using static site...
Best results in other decks
Sometime we've seen this error when executing e.g. bundle exec rake asset:precompile: double free or corruption (out)
Given there is a user with an attachable avatar: class User < ApplicationRecord has_one_attached :avatar end