I.E. you can retrieve the structure of a table or view in your DB using ruby script/generate model <model> --skip-migration
and then create the related controller ruby script/generate controller <modelS> On Dec 30, 3:13 pm, Colin Law <[email protected]> wrote: > 2009/12/30 basil <[email protected]>: > > > hai friends > > i am fresher in rails and i want to know can i write > > application i ruby without scaffoldining > > plz post some links or any applications without using > > scffolding........ > > Yes, of course. Scaffolding is just a tool to get something up and > running quickly. To build an app without using scaffolding I would > suggest building one using it first, have a look at the code to get a > good idea of how it works, then, if you really want to, start again > and develop your app without using the scaffold. > > Colin -- 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.

