Skip to content

Instantly share code, notes, and snippets.

View Sohair63's full-sized avatar
🎯
Focusing

Sohair Ahmad Sohair63

🎯
Focusing
View GitHub Profile
@Sohair63
Sohair63 / gist:bf9eb0f85e2614c140c033874ee13375
Created June 8, 2017 09:10 — forked from jvenator/gist:9672772a631c117da151
PDFtk Server Install Workaround for Mac OS X

Installing PDFtk Server edittion on your Mac

This workaround install is necessary because PDFtk was pulled from homebrew-cask due to issues with it aggressively overwriting file permissions that could impact other installed libraries. See this homebrew-cask issue.
The following steps worked on Mac OS X 10.10.1 with a standard brew installation for the PDFtk Mac OS X server libary version 2.02.
All Terminal commands separated by a full line space. Some commands wrap into multiple lines.

Download and extract the Mac OS X server install pacakge

@Sohair63
Sohair63 / en.yml
Created May 24, 2017 05:24 — forked from adamico/en.yml
Rails 4 with I18n working interpolations
en:
errors: &errors
messages:
bad_uri: is an invalid url
bad_protocol: must start with %{protocols}
activemodel:
errors:
<<: *errors
activerecord:
errors: