What is the difference build and new?

M

Manoj Kumar

What is the difference between

parent.children << child.new

and

parent.children.build(params[:child])
 
R

Robert Klemme

2010/4/23 Manoj Kumar said:
What is the difference between

parent.children << child.new

and

parent.children.build(params[:child])

What is the question? Seriously you do not provide any information
about context or what code you are presenting. How do you expect us
to answer such a question?

Regards

robert
 
B

Brian Candler

Robert said:
2010/4/23 Manoj Kumar said:
What is the difference between

parent.children << child.new

and

parent.children.build(params[:child])

What is the question? Seriously you do not provide any information
about context or what code you are presenting. How do you expect us
to answer such a question?

At a guess, it's an ActiveRecord question.

ActiveRecord is a component of Rails. If you have a question on Rails,
please use a Rails mailing list. I'm sure it's not intentional, but it's
rather rude to post a question about one subject (Rails) on a mailing
list devoted to another (Ruby).

Rails is not Ruby - it's an application framework which just happens to
be written *in* Ruby.
 
L

Luis Lavena

What is the difference between

parent.children << child.new

and

parent.children.build(params[:child])

http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html

Under has_many examples, build is used to automatically fill up the
relationship data. The documentation is your friend, spend some time
reading it.

Now that I've google that for you, another useful link:

http://rubyonrails.org/community

Post your Ruby on Rails related questions there in the Rails mailing
lists, not here as there are better chances you don't get any answer
at all since this list is mainly Ruby.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top