Rails & mysql

so for relational associations, do i need to actually be using an rdbms
like
innodb or bdb? or can i get away with myisam and assume that telling
ruby
how i want the tables related will be good enough (ie, has_one, has
many,
etc)?

No need for the database to support relational thingies. As far as I
know Rails ignores all such features on the database and uses it’s own
rules instead.

On 5/18/06, mausolos [email protected] wrote:

[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails