building a backend for generating webquests with rails
Posted
by buk
on Stack Overflow
See other posts from Stack Overflow
or by buk
Published on 2010-03-20T11:53:56Z
Indexed on
2010/03/20
12:01 UTC
Read the original article
Hit count: 501
hello,
i want to learn rails and as a project to learn rails i came across webquests. what a webquest is is clearly written here1 and this is a example how a webquest look like.
i started with script/generate nifty_scaffold introduction index
and repeat this for every section like task , Process, Evaluation and so on. but i dont think thats the right way because i have a lot of code for the same thing.
on the other side i am more flexible on designing views or controllers instead of having only one controller foer all pages.
i am not asking here to get code. i am asking who to "build" such a backend where you can click on "New Webquest" a form comes up and you can enter all the text who belongs to the topic. maybee i can add some drawings later.
i hope anyone can show me how to do that. or post me some links or some rtfms :D
regards, buk
© Stack Overflow or respective owner