Skip to content

Instantly share code, notes, and snippets.

View zainalmustofa's full-sized avatar
🎯
Focusing

zainal mustofa zainalmustofa

🎯
Focusing
View GitHub Profile

http://guides.rubyonrails.org/getting_started.html

Rails Guides Getting Started Notes

rails new -h see all app builder switches

File/Folder Purpose

app/ Contains the controllers, models, views and assets for your application. You'll focus on this folder for the remainder of this guide.
config/ Configure your application's runtime rules, routes, database, and more. This is covered in more detail in Configuring Rails Applications
config.ru Rack configuration for Rack based servers used to start the application.

@zainalmustofa
zainalmustofa / zsh.md
Created February 10, 2016 04:55 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu