rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org
2007-Apr-26 09:52 UTC
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 <plugin> do: $ script/plugin --help for more information on the plugin mananger. DZ On Apr 26, 4:52 am, rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org wrote:> 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 > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---