João Cunha
Results
2
issues of
João Cunha
I'm using the `sinatra-sequel` gem inside a Docker container using this `Dockerfile`: ``` FROM ruby:2.3.0 RUN apt-get update &&\ apt-get install -y postgresql-client RUN mkdir -p /usr/src/app WORKDIR /usr/src/app #...
Hi James. I'm using your tutorial as reference to build a login system with rails and redis. I've implemented it copying all of your code. I created a controller that...