Như tiêu đề, thì trong bài này mình sẽ hướng dẫn tạo 1 project rails, sử dụng docker, circle CI và check statut pass trước khi merge PR trên github Tạo rails app với docker Tạo rails app Trước hết bạn cần tạo mới 1 rails app ở local(nên ở local bạn cần cài đặt rails từ trước) rails new circle-ci -d mysql mình dùng db là mysql, nên có -d mysql Khi tạo xong rails app, thì đừng vội làm gì cả, chúng ta sẽ chuyển...
Happy New Year Ruby on Rails Docker CircleCI GitHub1. Circle Orbs là gì? https://circleci.com/orbs/ Orbs are shareable packages of CircleCI configuration you can use to simplify your builds. Choose from the many partner, community, or CircleCI authored orbs in our public registry below, or create a private orb that’s exclusive to your organization. Là chức năng cho phép đóng gói các cấu hình về cài đặt, cache, lệnh test... thậm chí là các executor. Theo cách hiểu đơn giản của mình là thay vì phải...
CircleCI Continuous Development1. CircleCI Orbs là gì? https://circleci.com/orbs/ Orbs are shareable packages of CircleCI configuration you can use to simplify your builds. Choose from the many partner, community, or CircleCI authored orbs in our public registry below, or create a private orb that’s exclusive to your organization. Là chức năng cho phép đóng gói các cấu hình về cài đặt, cache, lệnh test... thậm chí là các executor. Theo cách hiểu đơn giản của mình là bạn có thể...
CircleCI Continuous Development