Upgraded TomTom GO700 to TomTom v6
Posted by tom January 29th, 2007
Just upgraded my TomTom GO 700 to version 6 of the software. Mac users are now supported, thank god … so it should be pretty straightforward … you think! Well TomTom Home continuously crashed, only after removing /Library/Application Support/SIMBL/SIMBL.bundle (by temporarily copying it to my Desktop) did TomTom Home work stable. I’ll take it for a ride tomorrow, we’ll see!
Rails development on OSX 10.3.9
Posted by tom January 25th, 2007
TextMate 1.5.4 runs on 10.3.9
Ruby / Rails installation on 10.3.9: We need ruby 1.8.5, rails 1.2.1 & mysql-standard-5.0.27:
- install developer tools (XCode) => from CD
- Install DarwinPorts / MacPorts
- Update MacPorts:
sudo port -d selfupdate - Upgrade autoconf:
sudo port install autoconf(will also install perl) - Install ruby-gems:
sudo port install ruby rb-rubygems - Install rails:
gem install -y rails - Install Mysql from MySQL website
