I am update a clients rails application and its rails
RAILS_GEM_VERSION = '2.2.2'
and I need a nested form…any suggestions of another idea
I have user which has one profile
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Best if it’s possible to upgrade to the Rails 2.3.5 or edge (2.3.8 is a little broken with nested attributes). If this project have a good test coverage, then why not?
Else just move that logic into the controller and sleep well, because it will “just work”.
Main concept of a “complex forms” you can find here:
http://railscasts.com/episodes/73-complex-forms-part-1
and also here is the “quick code”:
http://github.com/ryanb/complex-form-examples/commit/e397c44f78df34e1a6ced390dc8ee521343fae2d