Skip to content

Instantly share code, notes, and snippets.

@hack3rvaillant
Last active August 29, 2015 14:01
Show Gist options
  • Save hack3rvaillant/3bb588a9e59fd4d17e82 to your computer and use it in GitHub Desktop.
Save hack3rvaillant/3bb588a9e59fd4d17e82 to your computer and use it in GitHub Desktop.
Rails guide

####installer rails

gem install rails

####créer un nouveau projet

rails new project_name

####aller dans le dossier du projet

cd project_name
`````

4 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment