[Rails] problem with rails console

2012-09-05 Thread roelof
Hello, I have now Rails Enterprise Edition installed on Centos 6. And I try to follow this tutorial : http://guides.rubyonrails.org/getting_started.html I have this model : class Post ActiveRecord::Base attr_accessible :content, :name, :title validates :name, :presence = true

Re: [Rails] problem with rails console

2012-09-05 Thread G S RAO
It's just .full_messagesnot.full.messages :) :) :) :) :) :) On 5 September 2012 17:09, roelof rwob...@hotmail.com wrote: Hello, I have now Rails Enterprise Edition installed on Centos 6. And I try to follow this tutorial : http://guides.rubyonrails.org/getting_started.html I have