Update RubyGems 1.2 to 1.3.1 on Mac OS


Picture:Clock Published on February 16th, 2009 in Mac OS X, Ruby On Rails

Due to a nasty bug in RubyGems 1.2, you need to install a special gem to be able to update to version 1.3.1:
# sudo gem install rubygems-update
# sudo update_rubygems

Picture:Comments No Comments | Be the first to write one!

mod_rails for Apache is here


Picture:Clock Published on April 14th, 2008 in Ruby On Rails

Many shared hosts have been waiting for this: A mod_rails for Apache, making Rails applications deployment as easy as deploying PHP based ones. Check out the demo screencast on how to install and use it.
It’ll be interesting to see, how well it performs compared to Mongrel and how much memory it consumes. According to the [...]

Picture:Comments 1 Comment