Does that mean I have to write a custom migration for it, the only
automated migrations I can find are for adding/removing columns
(AddXXXtoYYY).

Is there something like AddHasAndBelongsToManyModelXToModelY?

Dave.

2009/3/12 Frederick Cheung <frederick.che...@gmail.com>:
> On Mar 12, 6:05 am, neerolyte <neerol...@gmail.com> wrote:
>> I've looked at a bunch of tutorials and don't really understand what
>> is supposed to happen after I add an association (belongs_to, has_many
>> etc) to both sides of a relationship.
>>
>> A lot of the tutorials just add the associations and move on as if
>> that's it, but when I add the association nothing has changed in the
>> db (which makes sense because at this point I've only changed code).
>> Is there a command I'm supposed to run to look at all the
>> relationships and add tables/columns for relationships that are
>> missing them? or am I supposed to manually create the table?
>
> You're suppose to use migrations to add columns or create tables (see
> http://guides.rubyonrails.org/migrations.html )
>
> Fred

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to