shokwave comments on Computer Science and Programming: Links and Resources - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (47)
This is the gold standard. It will both give you your goals very quickly (
rails project-name,cd project-name,rails generate scaffold my-page ...where...is some arguments to the scaffold generator that you'll have to look up and tailor to fitmy-page) and give you, eventually, formidable knowledge on arguably the best web development platform going.This is tackled by the rails tutorial - in the process of following the tutorial you will actually, step by step, host your website on an external provider and visit it in your browser like everybody else.