07.24.07

Posted in Rails at 11:14 pm by jasonb

Oh, I have such love for plugins that copy files around in production. I especially love it when the Rails app doesn’t have permission to write to the filesystem — why would it in production? — and Mongrel simply goes away. Running Mongrel without backgrounding it with start-stop-daemon reveals the trickery in action.

Read the rest of “ActiveScaffold and Mongrel death in production” »

07.16.07

Posted in JavaScript at 11:13 pm by jasonb

Mootools v1.11 as shipped has a few bugs I came across. I was assured there couldn’t be any, as it’s been out for a while.

Read the rest of “mootools v1.11, ajax evalScripts and Tips bugs” »

07.15.07

Posted in Rails at 11:07 pm by jasonb

There are a ton of possible upload progress solutions for Web applications that need them. I had been using the upload progress that came with Merb, but I had modify mup.js to make Ajax calls using mootools instead of Prototype. Ultimately the progress status wasn’t updating consistently, so I sought a pure mootools compatible solution.

Read the rest of “Flash Upload Progress for Rails with FancyUpload for mootools” »