website design and development

Weblog - 2 items for ruby

View all
litespeed hosting Ruby on Rails cpanel smtp plesk port 26 email DNS spam rss IE6 float CSS gmail ActiveRecord has many through plugins news subversion migrations shell webmin mail IE7 ssl Capistrano git Flash Mac OS X ruby gems rspec cucumber Textmate Mac OS X webrat Rails 3 scope

Easy Rdoc viewing using bdoc

16 Jun 2009 ruby  gems

Install
  [sudo] gem install manalang-bdoc

Usage
  bdoc

autotest:19:in `load': no such file to load -- autotest (LoadError)

15 Feb 2011 ruby  gems

After upgrading ruby gems to verions 1.5.2

and then upgrading bundler

Autotest no longer worked.
Giving the following error.
autotest:19:in `load': no such file to load -- autotest (LoadError)

For the moment the only fix I could find is to dowgrade bundler and ruby gems again.

If you know the ruby gems version you are downgrading to then this will work

sudo gem update --system 1.3.7

otherwise try
sudo gem uninstall -v '1.5.2' rubygems-update
sudo gem update --system --local

© Level Systems 2007