/ #blog 

links for 2010-05-10

PRX’s apn_on_rails at master - GitHub Use Apple Push notifications from a Rails app - nifty (tags: apple iphone notification push pushnotifications rails) RSpec presentation Lot’s of goodies in RSpec - a lot of syntax that I didn’t know about (let, anyone) - good reading, and will improve my Rspec code a lot (tags: bdd rspec ruby testing) Census: Rails Demographics Collection « Envy Labs Sounds like something that can be used in a variety of projects ...

Jens-Christian Fischer
/ #blog 

GPG Mail under Snow Leopard

For an upcoming project I needed to set up secure communications using GPG. It’s been a few years since I used this, and I have never used GPG on the Mac before… Turn out, that it’s not trivial to get it running… Here’s a bunch of links that helped me get things working: https://macgpg.sourceforge.net/index.html - the main MacPGP website it includes this readme to compile under SnowLeopard. The important part is this line: ./configure CC="gcc -arch i386" You will at least need the GPGKeychain and the GPG Preference Pane from the page above - it’s precompile and “should just work” The GPGMail plugin for SnowLeopard - you can download a ZIP file with the .mailbundle Then generate your keys (follow the instructions found at Zeitform) ...

Jens-Christian Fischer