UPDATED: See this page instead - Start A New Merb (Stack) Project
Merb 1.0 is almost here and I’ve finally got it to work out of the box!
For future reference for myself and anyone else I did the following
Notes: I have a local ruby install located at ~/ruby/ - so the lines:
norr@znd03 ~/merb $ cd ~/ruby && rm -Rf * norr@znd03 ~/merb $ cd ~/_SOURCE/ruby-1.8.6-p287 && make install && cd ../rubygems-1.3.1 && ruby setup.rb
That is re-installing ruby - quickest way I know how to delete all gems…. This is by no means a ‘great’ way to do it, just the way I was able to get it to work :)