author-pic

Paulo Bomfim

7 posts tagged with "rails"

Testing Times and Dates in Rails

Posted on July, 2021

Testing time Exemplo de código para comparar Time: A chamada do se faz necessária para que a comparação seja totalmente precisa, sem qualquer diferença entre segundos e etc. Testing date Exemplo de…

Read full post

Setup Travis

Posted on September, 2019

How to configure Rubocop in Travis I defined rubocop in Gemfile. In travis file, the heroku deploy is: The script order look like this : How to configure Travis with JS application To run yarn in…

Read full post

Install and configure Rubocop

Posted on September, 2019

How to include Rubocop in Travis CI Add commands in travis.yml file: How to configure Rubocop analysis Create a .rubocop.yml file and configure. I relied on some sites and followed standards…

Read full post

Using Travis CI

Posted on September, 2019

Travis CI Getting started Create account on Travis CI (example: Github login) and login ( OR to login with your GitHub account). Create a .travis.yml file OR when you init travis on prompt, the file…

Read full post

Installing Rails in Windows 10

Posted on September, 2019

How to configure PostgreSQL on Ubuntu 18.04 and Windows 10 (Linux Workspace) Installing PostgreSQL Install : sudo apt update sudo apt install postgresql postgresql-contrib Verifying PostgreSQL…

Read full post

Watching Go Rails videos

Posted on September, 2019

Watch this videos and go to my repositories from eaach tutorial Using bootstrap with Webpack and Rails Video. Repository in GitHub. Test Validations in Rails Video. Repository in GitHub.

Read full post