find `pwd` -type f -print | xargs sed -i '' -e 's/RailsBootstrap/Iconizer/g'

I’m surprised at how rarely I have to do this sort of thing. I guess Rails doesn’t often need a ton of refactoring. But yeah, useful for changing the app name after cloning a rails bootstrappy thing.