March 2010
2 posts
Installing Ruby on Rails on Debian
It’s Lenny I think. Anyway, if you want to install your own development environment you have to do this things: Install the Ruby environment # aptitude install ruby-full build-essential Install the Gem manager # wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.6.tgz # tar xzvf rubygems-1.3.6.tgz # ruby rubygems-1.3.6/setup.rb # ln -s /usr/bin/gem1.8 /usr/bin/gem Install...
Mar 13th
Ruby on Rails tutorials
Just found this awesome collection. Take a look.
Mar 13th