hi, is there a parser avaliable to create all MVC-files based on the schema.rb or an exisiting db? thx
Tom Tom wrote:
hi, is there a parser avaliable to create all MVC-files based on the schema.rb or an exisiting db? thx
You're asking the impossible. The Ruby classes cannot be reliably deduced from the database schema alone. Human thought is necessary here.
Best,