i am wondering if its good to use associations where possible or if its
better to avoid them …
my concern is: it could lower the performance of my application (because
new methods are added to the models which are not all necessary for me,
etc.)
as i am new to ror development i need some expertise advice on this …
can it lead to problem when using associations everywhere where
possible?
thanks for your opinion…