I am having trouble installing merb on shared hosting from Rubyforge with the procedure you describe:
$ gem install merb -i ~/.gems
I don't run into an error by doing this, but the merb command does not seem to get installed.merb: command not found
Of course, the SVN checkout procedure is probably not really an option:$ svn co http://svn.devjavu.com/merb/trunk merb
$ cd merb
$ rake install
...since rake install would require SU privileges.Is there a way for me to use merb on shared hosting or should I go back to rails?
Thanks.