Episode #97 Lieutenant Commander Boson reporting for duty. Get the ring tone.

The Rails Envy podcast is brought to you this week by NewRelic. NewRelic provides RPM which is a plugin for rails that allows you to monitor and quickly diagnose problems with your Rails application in real time. Check them out at NewRelic.com.
Podcast: Play in new window | Download
Show Notes
-
RPM For Java
RPM 2 Now supports Java and Ruby 1.9.
-
nginx push module
Nginx HTTP push module – Turn nginx into a long-polling message queuing
HTTP push server. -
Railscast episode on Formtastic
Ryan Bates shows how to use Formtastic in your views.
-
The Art of the Library
Wesley Beary posts on the Engine Yard blog about what makes a good library.
-
TDD in Objective-C with MacRuby
Joshua Ballanco walks through creating a pig latin translator in objective c using MacRuby to TDD.
-
Sunspot
Sunspot exposes all of Solr’s most powerful search features using an API of elegant DSLs. That means robust, flexible fulltext search with no boolean queries and no string programming.
-
Inploy
Inploy is another way of doing deployments with different opinions than Capistrano.
-
Full Text Search on Heroku using Texticle
Aaron Patterson posts on the Tender Lovemaking blog about using Texticle to do full text searching using Postgres
-
Boson
Gabriel Horner put up a tutorial on using Boson to create commands for watching GitHub repos on your shell.
-
DeVIL
DevIL is a fast and lightweight image library that supports the loading and saving of images in almost any graphics format. It also provides some basic image manipulation functionality.
-
How to Start Sub-processes part 3
Avdi posts on the Devver blog part 3 of starting sub-processes in Ruby.
-
rails_on_pg
This is timesaver for middle/large Rails application which used PostgreSQL as database. Create/drop Views, Functions, Triggers, Foreign keys in your migrations using ruby syntax.
-
Mappoint/VE
Using the new handsoap gem, Jeff wraps all the nastiness of the VE and Mappoint web SDK SOAP into two very easy to use gems.
http://github.com/jmhodges/mappoint
http://github.com/jmhodges/virtualearth
No related posts.
RSS
iTunes
“Mark Bates shows how to use Formtastic in your views.”
Umm, his name is Ryan Bates…
http://sadtrombone.com/
@Kieran Whoops, thanks, updated the post
MacRuby can be compiled in the latest release but it needs to be garbage collected, which the iPhone doesn’t do right now…
That being said, the people behind MacRuby seem to be pretty optimistic about the possibility of MacRuby iPhone apps in the future, and might even be able to work it out even without garbage collection.
You guys need some new jokes…
Social comments and analytics for this post…
This post was mentioned on Twitter by danbenjamin: RailsEnvy Podcast Episode 97 “Lieutenant Commander Boson reporting for duty” is live http://bit.ly/1LKRpQ (be sure to download the ringtone)…
I gave the nginx_http_push module a try and it works pretty well, although from what I can tell the module’s code is in flux and should settle down in the next couple of days. I wrote up some quick notes on how to get started:
http://gist.github.com/218400
Texticle on the Tender Love Making Blog? yeah thats one I cant click at work haha
I love your old jokes…
yes, I’m a few episodes behind
but, I’ve been systematically converting all my apps to Postgres – absolutely no regrets
it’s great for dev, great for testing, great for production
when it comes to deciding on a DB for a new app, you have to have a good reason to use something other than Postgres – thus far, no good reason has emerged