Cheers,
guillermo.
--
Posted via http://www.ruby-forum.com/.
I don't see how anyone who does not know your existing code can answer
the question as to how much effort would be involved. If you have
good Object Oriented Design and for any database tables have a
matching class and if you have the freedom to adjust the table
structures to match the rails conventions (not essential but it makes
life much easier) then it should not be too difficult.
My suggestion to answer your final question (hints on how to get used
to the framework) would be to install Rails and work through some
tutorials so that you see how the framework functions in practice.
Then you should be able to answer the question yourself. In
particular you could try writing just a small part of your total
requirement and see how it goes.
Colin