CSV installing problem

hi,

i want to install the CSV writer, but i don’t know how to install, i
got plugins also. but in command prompt i don’t know how to run, can
anyone help me to do this, please

Hi,

The CSV writer that I mentioned in the other thread comes with the
standard Ruby library, so you should not need to install anything to
use that.

http://www.ruby-doc.org/stdlib/libdoc/csv/rdoc/index.html

If you have plugins to install, bring up a command shell, change
directory to your RAILS_ROOT, then run:

$ script/plugin install

do:

$ script/plugin --help

for more information on the plugin mananger.

DZ