A Fresh Cup is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distributed team. If you'd like to hire me, drop me a line. I'm also the author of Rails Rescue Handbook and Rails Freelancing Handbook.

Navigation

A Fresh Cup

Notes on Rails and other development

Thursday
Nov292007

Double Shot #93

Trying to write some LSL after writing only Rails (well, Rails and nothing at all) for a couple of months was...difficult. Apparently my brain doesn't like to hold more than one programming language in reserve at one time.

  • Rails 2.0: Release Candidate 2 - Which should put us within a week or two of Rails 2.0 final.

  • sanitize_params - Whitelist-style plugin to make sure ill-mannered users do not inject junk into the parameters of your Rails views on their way back.

Wednesday
Nov282007

Double Shot #92

Now that I'm getting settled in, working in the suburbs is much the same as working in the boondocks - except I can actually see when the mail gets delivered.

  • Thomas Fuchs consulting - The mind behind script.aculo.us is available for hire. His new personal site will give you some previews of what's coming in the next version of script.aculo.us, too.

  • Better Rails Migrations: Retroactive Migrations - Allows management of merged migrations from multiple developers, as well as dropping or reloading individual migrations without unwinding the entire migration stack.

Tuesday
Nov272007

Double Shot #91

The sites I've been working on in Rails are slowly going live. Not sure whether this means I'm going to have more free hours after next month, but I'm always on the lookout for new opportunities. Meanwhile, a few more links.
Monday
Nov262007

Double Shot #90

I actually spent much of the weekend writing Rails code (along with a bit of LSL code). It feels good to be back in the saddle again.
Thursday
Nov222007

Double Shot #89

It's the Thanksgiving holiday here. With luck that will mean fewer interruptions than usual, and I can actually get some work done.

  • RubyWorks Production Stack on Amazon EC2 - Capistrano recipes for getting up and running quickly on your shiny new EC2 instance.

  • AddonUpdateSecurity - The first major annoyance I've hit in Firefox 3. With their newly-tightened security, you cannot install an extension that isn't hosted securely (like, say, BugMeNot). I understand the arguments for this, but just like version compatibility issues, I think you ought to be able to set a key to shoot yourself in the foot if you want.