Set up VPS for Rails Deployment: Ubuntu, UFW, Nginx, Postgresql and Ruby
Intro I am a fan of setting up my deployment pipeline before starting on a project. It gives me a quick win out of the gate »
Intro I am a fan of setting up my deployment pipeline before starting on a project. It gives me a quick win out of the gate »
When I was researching the acts_as_commentable gem I came across the spin off of it that has threading. I looked around for some examples »
According to the rails guide it is, "A slightly more advanced twist on associations". The term polymorphic association is more scary than the actual implementation of »