Tag: Ruby on Rails
All the articles with the tag "Ruby on Rails".
-
Workaround For Chrome's Forced HSTS On Dev Domains In Puma-dev
I use the .dev domain a lot on localhost when working with Rails apps in development. It seems that the Chrome 63 update has stated enforcing HSTS on .dev domains, which means you'll need self-signed certificates for your dev environment sites to work
-
Rotating Your Rails Logs In Production
I encountered a really amateur issue that I think shouldn't be happening after so many years working in Rails - my Rails log ballooned into a Godzilla proportions and I ran out of disk space
-
Testing For Rails + Webpacker + VueJS
I've been exploring how to implement a decent unit testing workflow instead of relying too much on feature testing.
-
Type Less To Deploy Capistrano
I don't like to type bundle exec cap production deploy so I wrote a quick rake task to run that command with fewer keystrokes.