I am getting the following error in my Rails 3.2 functional tests:ActionView::Template::Error: undefined method `error_messages' for # The view code that is creating the error:# problematic codeHere is the code in my controller that is calling the above view code:render :action =>"edit&q Read More
posted @ 2014-02-28 16:48 Duerbin Views(464) Comments(0) Diggs(0) Edit
ActiveRecord::StatementInvalid in WelcomeController#indexActiveRecord::StatementInvalid in WelcomeController#indexCould not find table 'posts'rake db:setuprake db:migraterake db:seed另一个问题是:::解决ActiveRecord::StatementInvalid (Mysql2::Error: Incorrect string value:今天碰到一个相当棘手的问题,那就是ActiveRecord Read More
posted @ 2014-02-28 14:31 Duerbin Views(541) Comments(0) Diggs(0) Edit