Posted by jpb
Sun, 09 Jul 2006 18:12:00 GMT
The GPGServices service plugin adds to the global Services menu (in the Application menu) the facility to sign and verify plain text in any application that supports text services. The plugin also provides convenience facilities to import an ascii-armoured key from text in any application as well as return your default key, in ascii armoured format, and the key’s fingerprint.
Get it here.
Posted in OS X, Encryption | Tags encryption, gpg, OSX, services | 1 comment
Posted by jpb
Sun, 09 Jul 2006 02:54:00 GMT
What makes http://www.snipplr.com/ cool is that it has a TextMate bundle so you can insert snippets directly without having to cut & paste from a browser.
Posted in Resources | Tags programming, TextMate | 1 comment
Posted by jpb
Sat, 08 Jul 2006 22:20:15 GMT
Peter Cooper has a great article on his blog about Rails techniques that are underused at Ruby Inside.
Posted in Ruby on Rails | Tags Rails | 1 comment
Posted by jpb
Fri, 30 Jun 2006 00:33:10 GMT
James Duncan Davidson has an interesting essay on The Web is a Pipe at his blog.
He brings up a lot of good points, especially about long-term support of your web application, that are applicable to things other than just Rails.
Posted in Ruby on Rails | Tags Rails, Webmaster | no comments
Posted by jpb
Sun, 25 Jun 2006 21:56:41 GMT
I was putting Paypal functionality into a Rails site I’m working on, using the paypal gem (which works great, btw), and ran into an annoying feature of the Paypal sandbox. I was looking at my sandbox Paypal transactions and they were all coming back “Pending” rather than “Completed”
It turns out that when you create a user in the Paypal sandbox for testing, if you only create a dummy bank account for it, any transactions you try to do with it will come back via IPN as pending, rather than completed. If you want your test transactions to come back with a “Completed” status, you have to add a fake credit card account to the sandbox user. I guess the fake banks don’t clear the echecks ;-).
Posted in Ruby on Rails | Tags Paypal, Rails | no comments | 511 trackbacks
Posted by jpb
Sun, 25 Jun 2006 14:41:23 GMT
IBM has an article on developing DB2 applications with Ruby on Rails here.
It includes a link to their DB2 adapter for Ruby.
Posted in Ruby on Rails | Tags DB2, Rails | no comments
Posted by jpb
Fri, 23 Jun 2006 17:27:00 GMT
Parallels released the final version of Parallels Desktop for Mac. Now you can run Windows for testing sites with IE and keep it safely imprisoned in a virtual machine so it can’t hurt your files on your Mac. Only works on Intel Macs since it’s a virtual machine, not an emulator.
Posted in OS X | Tags OSX, Virtual_Machine, Windows | no comments
Posted by jpb
Thu, 22 Jun 2006 15:54:00 GMT
There’s a plugin for Spotlight that will automagically index all your Ruby source code. Find it at Arcadian Visions.
Posted in Ruby, Spotlight | Tags OSX, Ruby, Spotlight | 1 comment
Posted by jpb
Thu, 22 Jun 2006 02:59:52 GMT
Syntax coloring for Lighttpd config files in TextMate. Get the bundle here.
Posted in OS X | Tags Lighttpd, TextMate | 1 comment
Posted by jpb
Wed, 21 Jun 2006 13:03:00 GMT
This makes the backtraces in error pages into clickable links that jump you directly to the line of the relevant source file. Too useful for words. In your vendor/plugins directory, install with:
svn export svn://syncid.textdriven.com/svn/opensource/textmate_footnotes/trunk textmate_footnotes
Posted in OS X, Ruby on Rails | Tags Rails, TextMate | no comments