…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.
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 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 [...]
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:
Long ago I installed apache 2 instead of the lame-o version of apache that comes with OS X so I could use it to test rails configurations. Lately, I have been doing more work with Drupal (e.g. Public Radio Talent Quest), and messing with WordPress, so I wanted to run them locally to make [...]