Can someone prepare project tutorial for beginners
for example a website with a database
explaning steps
new rails project uses sqlite as DBMS and it requires no setup whatsoever.
You just create your models, migrations and go from there. Any book on rails explains that.
railstutorial.org is free to use online. For me it is the first hit
when googling for
rails tutorial
Colin