Skip to content

Instantly share code, notes, and snippets.

View it-is-full-of-stars's full-sized avatar

it-is-full-of-stars

View GitHub Profile
@it-is-full-of-stars
it-is-full-of-stars / gist:4111582
Created November 19, 2012 16:20
Ruby on Rails for Designers

#Rails

##Creating a Rails project With the command line, navigate to where you want the project folder to be generated (e.g. documents/my_rails_projects/) and type the following to create a project called project_name:

rails new project_name

Navigate to that folder and type the following to create a controller called posts: