1

My Rails app began returning funky validation error messages of this form upon create/save of a model.

{{count}} errors prohibited this {{model}} from being saved There were problems with the following fields: {{attribute}} {{message}} {{attribute}} {{message}} {{attribute}} {{message}} {{attribute}} {{message}}

Has anyone else experienced anything like this?

Thanks

1 Answer 1

1

You probably upgraded Ruby to a version that does not work well with your version of Rails. I think that if you use Ruby 1.9 you have to at least use Rails 2.3.9 if I'm not mistaken.

Here is a changelog for Rails 2.3.9: ruby-on-rails-2-3-9-released

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.