I am new here and new to ruby on rails.

I am trying to create a rails app where users can create their own stock portfolios.

I want to use the yahoo finance gem but i don't know where to start .

I have created the rails login using devise .

Any tutorials out their ?

Thank you

link|improve this question
I recommend learning to program first. One must learn to walk before running. – Chris Ledet Nov 8 '11 at 14:32
feedback

closed as not a real question by Robert Harvey Nov 8 '11 at 15:20

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

You should prototype this on paper first, make a pretend portfolio on a notepad.

Once you have found what you want to store, create diagram out of it then make your models.

link|improve this answer
Thanks i will do that sorry for the dumb question – user1035755 Nov 8 '11 at 15:38
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.