rcov as a plugin

hi, i've got a site under shared hosting for my mini rails app.

I want to use RCOV to automate some tasks but need the gem to do it,

http://eigenclass.org/hiki.rb?rcov

Any ideas if I can download this as a standalone plugin i can put into the shared-hosting site rather than ask the hoster to install the gem for me (which they won't).

stuck ?

hi, i've got a site under shared hosting for my mini rails app.

I want to use RCOV to automate some tasks but need the gem to do it,

http://eigenclass.org/hiki.rb?rcov

Any ideas if I can download this as a standalone plugin i can put into the shared-hosting site rather than ask the hoster to install the gem for me (which they won't).

Set GEM_HOME / GEM_PATH so that gem will search for gems in other
places than the defaults (eg folders you can write to) ?

Fred

worked it out, used gemsonrails to package it up as a plugin.

all fine now

Try http://www.railslodge.com/plugins/291-rails-rcov may have what you need

John Griffiths wrote: