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...
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 <anandhthiyagarajan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > 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... > > > >
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 <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > 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...
That''s not really what we do here...try http://www.rentacoder.com On Jun 8, 6:39 am, anandh <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > 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...
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 <paulwoolcoc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> That''s not really what we do here...try > > http://www.rentacoder.com > > On Jun 8, 6:39 am, anandh <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > 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...
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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <paulwoolcoc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > That''s not really what we do here...try > > >http://www.rentacoder.com > > > On Jun 8, 6:39 am, anandh <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > > 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...
thanks actually for referring that link... i want some more details regarding that... On Jun 8, 4:37 pm, p_W <paulwoolcoc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Well Word doc''s are tricky, here''s some ideas from SO.com: > > http://stackoverflow.com/questions/375861/how-to-parse-word-documents... > > 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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <paulwoolcoc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > That''s not really what we do here...try > > > >http://www.rentacoder.com > > > > On Jun 8, 6:39 am, anandh <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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 <anandhthiyagara...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > > > 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...