Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hi from Ruby on Rails section
Message
From
12/05/2011 11:19:43
 
 
To
11/05/2011 21:26:04
General information
Forum:
Ruby on Rails
Category:
Other
Miscellaneous
Thread ID:
01508383
Message ID:
01510462
Views:
76
>Can Rails easily handle more complex, mutli-table databases -- e.g., parent-child-grandchild or parent w/ multiple children or many-to-many w/ pivot table?

Yes. These are implemented using the has_one, has_many, belongs_to, and has_and_belongs_to_many declarations in the ActiveRecord ORM. Chapter 19 of Agile Web Development with Rails has a good discussion of how this works.

To take your exploration of Ruby and Rails forward, I'd recommend you look at some of the books I mention in the white paper, choose one or two that appeal to you, start reading, and then start playing. There is also a wealth of good resources and tutorials on the Web - http://rubyonrails.org/screencasts and http://railscasts.com/ are good places to start. A Web search will turn up many more.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform