Well Word doc's are tricky, here's some ideas from SO.com: http://stackoverflow.com/questions/375861/how-to-parse-word-documents-with-ruby
That will probably be the hardest part, after parsing it, it should be a pretty standard thing to take the data and put it in a DB, any decent Rails tutorial can teach you that. On Jun 8, 7:01 am, anandh <[email protected]> wrote: > thanks for your reply... atleast just say me the overview or steps i > have to follow in doing that application... > > On Jun 8, 7:44 pm, p_W <[email protected]> wrote: > > > That's not really what we do here...try > > >http://www.rentacoder.com > > > On Jun 8, 6:39 am, anandh <[email protected]> wrote: > > > > thanks for your quick reply... see i have to parse a word document and > > > i have to map those details to database in ROR... > > > > On Jun 8, 5:45 pm, Colin Law <[email protected]> wrote: > > > > > I may not fully understand the question, but are you asking someone to > > > > supply the whole application for you? If not then a more focussed > > > > question indicating the particular detail that you need help with > > > > would be better. > > > > > I presume you have already worked through some tutorials such as the > > > > rails guides and used google to try and answer the questions yourself. > > > > > Colin > > > > > 2009/6/8 anandh <[email protected]>: > > > > > > i m a beginner in ruby on rails... i need a complete a code for the > > > > > following... > > > > > > 1. To parse a word document > > > > > containing the students details... > > > > > 2.i ve to link these details in to > > > > > database... > > > > > > i need all the codings to be done in ruby on rails... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

