我有小问题。我已经安装了Surveyor gem。我在我的电脑上做了一个 Rails 应用程序,输入时:http://localhost:3000/surveys
我可以回答我的调查。添加新调查不是问题,但我不知道如何从字符串中完成的调查中获取结果。
我知道结果在“db”文件夹 development.sqlite3 中。我知道每一行是数据库中的一条记录,每个元素都是一种类型的变量(int,string,date),但是如何将它从数据库中取出,然后将其转换为字符串呢?我不知道如何搜索解决方案!
C:\Ruby192\projekt\sample\db>rails db
SQLite version 3.7.14.1 2012-10-04 19:37:12
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> SELECT*FROM response_sets;
1||1|nJL41HC_GQ|2012-12-11 14:30:21.024080|2012-12-11 14:32:04.367168|2012-12-11
14:30:21.055329|2012-12-11 14:32:04.460918|ba67a3c1-c784-4ac3-af6d-e79a62089f8d
sqlite>
我的软件:
红宝石 1.9.2p290 (2011-07-09) [i386-mingw32]
导轨 3.2.9
sqlite3 (1.3.6 x86-mingw32, 1.3.5 x86-mingw32)
sqlite3-ruby (1.3.3)
测量员 (1.1.0)