All Rails 3 apps have a config/application.rb. If you have a Rails 2 application, config/environment.rb is the rough equivalent.
Bryan On Mon, Oct 29, 2012 at 12:30 PM, tomkins <[email protected]> wrote: > That guide says to put the line "require 'csv' " in config/application.rb > but I don't have that file in my hobo app, so where should it go? > Thanks. > > On Thursday, October 25, 2012 2:22:44 PM UTC+1, Bryan Larsen wrote: >> >> I've never exported xls, but exporting csv is pretty simple, and is a >> great way to export to Excel and other spreadsheets. >> >> http://railscasts.com/episodes/362-exporting-csv-and-excel >> >> Bryan >> >> On Thu, Oct 25, 2012 at 8:25 AM, tomkins <[email protected]> wrote: >> > Hi, >> > >> > Does anyone know how I could export data currently being shown in a >> > table >> > plus to an excel readable file? eg .xls or .xml? >> > I am using Rails 2.3.5 and Hobo version 1.0.1 >> > >> > Thanks, >> > John. >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Hobo Users" group. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msg/hobousers/-/rSmEcjapjWYJ. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/hobousers?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/l99Bf4-X1kEJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
