本文介绍了在Rails中导出为CSV的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要将所有内容从一个表导出到CSV文件,以前我使用过更快的CSV gem,但是它停止了与较新版本的rails一起使用.有人有我可以使用的其他方式吗?
I need to export everything from one table into a CSV file, I've used the faster CSV gem before, but it stopped working with newer versions of rails. Does anyone have another way i could use?
推荐答案
瑞安·贝茨(Ryan Bates)对此主题提供了便捷的栏杆: http://railscasts.com/episodes/362-exporting-csv-and-excel
Ryan Bates has a handy railscast on exactly this topic: http://railscasts.com/episodes/362-exporting-csv-and-excel
这篇关于在Rails中导出为CSV的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!