Just recently I started working on a small new Rails project. I am quite rusty when I comes to rails development, but I was surprised how difficult it was to find the answers to some of my questions on the net.
Since ruby version 1.9.3-p0 was just released and promised to fix the infamous $LOAD_PATH bug which has made the startup time for rails applications horrible slow for 1.9.2 users I decided to go for 1.9.3
Upgrade to ruby 1.9.3
rvm install 1.9.3-p0
1.9.2 took ~15 seconds
rvm list
rvm use --default...