I am trying to do something in Rails and will admit that I'm no genius programmer, but I'm attempting to learn.
I want to create a database with user-generated entries of no specific number. The best example of what I am trying to do can be illustrated by twitter. I assume every time the user adds a new tweet it adds a row to the users tweet database.
Can anyone point me in the right direction to find resources to help me do this?
Thanks!