GPG Services Plugin

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 ,  | Tags , , ,  | 1 comment

Neat code snippet site

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  | Tags ,  | 1 comment

19 Rails tricks most rails coders don't know

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  | Tags  | 1 comment

The Web is a pipe

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  | Tags ,  | no comments

Paypal and Rails

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  | Tags ,  | no comments | 511 trackbacks

Ruby on Rails meets DB2

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  | Tags ,  | no comments

Parallels Desktop

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  | Tags , ,  | no comments

Index your Ruby files with Spotlight

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 ,  | Tags , ,  | 1 comment

TextMate bundle for Lighttpd

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  | Tags ,  | 1 comment

TextMate backtrace plugin

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 ,  | Tags ,  | no comments

Older posts: 1 2 3 4