我对 Ruby on Rails 上的 JQuery File Uploader 很感兴趣,并尝试使用这个应用程序m 和这个
我用“rails new fily”制作了一个新的 rails 项目,并将所有文件复制并粘贴到我的 fily 文件夹中这个应用程序。我跑了bundle install
,rake db:migrate
但打开localhost:3000/picture
我看到的唯一东西是:[]
,括号,仅此而已。可能是什么原因?
在终端中,我看到以下内容:
Started GET "/pictures" for 127.0.0.1 at 2012-10-21 23:21:13 +0200
Processing by PicturesController#index as HTML
Picture Load (0.2ms) SELECT "pictures".* FROM "pictures"
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)
[2012-10-21 23:21:14] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
如果有人帮助我,我将不胜感激
PS。我在那里也发现了一些非常奇怪的隐藏文件:
.rvmrc
内容:
rvm use ruby-1.9.3-p194@fily
那应该是什么意思?