jraglin wrote:
> Hello,
> 
> My issue is that I am creating a database in MySQL and needing to
> export the information in automatically generated reports (.csv), into
> a web application written in Rails.

Well, you can generate the CSV files with MySQL's export feature and 
read them with FasterCSV.  But that seems silly: it would be better to 
have the Rails app connect to the DB directly and get the data it needs.

> 
> Does anyone have any advice or tutorial links as to how I may do this?
> Or whether Rails or MySQL have a preferably freeware application that
> could make it much easier?
> 
> Thanks

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org


-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to