我試圖用Rails 2.3.5創建我的車型之一自定義驗證,但我一直recieving以下錯誤每次我跑我的測試套件: `method_missing_without_paginate': undefined local variable or method `validates_progression'
應用程序/模型/ project.rb似乎 class Project < ActiveRe
我使用的Rails 3和will_paginate。分頁在我的Posts控制器中工作正常,但在我的標籤控制器中,第二個標籤ID出現錯誤。這裏的錯誤: TypeError in TagsController#show
can't convert Post into Array
...
app/controllers/tags_controller.rb:8:in `show'
tag