14 Jan 2019
One of my tables in schema.rb
wasn’t being dumped at all. At first I thought it had to do with a migration I reverted without applying it, but turns out it was because of a PostgreSQL enum
column.
/mcc-workflow
#ruby
#rails
#databases
12 Jan 2019
Decided to add users and roles for MCC-Workflow as I prepare to invite writers and editors. Thank you Devise and CanCanCan for making everything super easy!
/mcc-workflow
#ruby
#rails
#devise
#cancancan
#rails_admin
08 Jan 2019
I noticed that my crawler was getting stuck in a site even though I set a timeout to get
. Little did I know that the site was full of poop.
/mcc-workflow
#ruby
#http
07 Jan 2019
So localhost
works great for most of your testing. But what happens when you need to test subdomains like test.localhost
?
/til
#til
07 Jan 2019
My local copy of exercism didn’t render certain static pages. After a while it turns out, it’s because of Windows.
/exercism
#exercism
#rugged
#ruby
#windows