Task11Start - Start rails project and translate basic css/html layout to rails controller/view
See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart
Category : gui
Date opened : 2007-01-24
Description : Start rails project and translate basic css/html layout to rails controller/view
Remarks : See
Task8Start for the basic css/html code
Referenced in stories/tasks :
Story5Start
Status : closed
Commited Revision : 19
Changelog
2007-01-24 - projected started
Started project
remo and checked it into svn.
Set up first rails controller
main.
2007-01-24 - basic layout done
Setup a sqlite3 db (without using it so far).
Created a layout and a view called "hello" (->
http://railsmachine:3000/main/hello) displaying the layout as designed in
Task8Start.