-
Pages
-
Categories
-
Archives
- April 2011
- March 2009
- February 2009
- May 2008
- October 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- October 2006
- September 2006
- April 2006
- January 2006
- December 2005
- July 2005
- July 2004
- June 2004
- March 2003
- February 2003
- January 2003
- June 2002
- April 2002
- March 2002
- October 2001
- July 2001
Category Archives: code
My first Rails patch
…it’s small, but found a bug in the new filter code in the ActionController for rails edge.
Showed up using habtm with ActiveScaffold – go figure.
Lesson learned – Array.insert should probably be named Array.insert! – it changes the underlying array, and sometimes that’s not what you mean to do.
http://dev.rubyonrails.org/ticket/8383
Now we’ll see if it gets committed.
Trying Amazon EC2 – waiting impatiently
We use Amazon S3 at PRX for images and more importantly all our audio files. We love it.
What we really want to do is use EC2 – look at the gigavox success story on amazon’s site – we need almost the same things, and want to implement almost the same arch – except using [...]
Comatose Extensions
comatose is a lovely terse cms that you can integrate into a web application – unlike other rails cms systems which are the application. Thing is, terse is great until you need something it does not do.
At PRX we wanted to be able to upload/resize/attach images and files, have a preview mode [...]
PRX uses ActiveMessaging
I just wrote up a post for the PRX blog about how we are using Amazon S3 and ActiveMessaging.
Have a look, there’s also a very short prez I gave at the IMA 2007 Conference showing how we use S3, ActiveMq, Rails, ActiveMessaging and other junk like that to make our systems hum.
Here it is again: