All Stories

Be careful when use find_by

City.find_by(name: "Maria") || City.find_by(name: "Aoi") Liệu có giống với: City.find_by(name: ["Maria", "Aoi"])

Dùng 2 account github trên cùng 1 thiết bị

Config lại file ~/.ssh/config

Rails Logger and Rails Logging Best Practices

Logging provides critical value to applications with insight to usage, stats, and metrics, and saves us when debugging a problem. But we often leave logging to poorly implemented afterthoughts. So...