Skip to content

Instantly share code, notes, and snippets.

View OleksandrProtsiuk's full-sized avatar

Oleksandr Protsiuk OleksandrProtsiuk

View GitHub Profile

Cheat Sheets are greate but they are not a substitute for learning the framework and reading the documentation as we most certainly have not covered every potential example here. Please refer to the Rails Command Line Docs for more information.

Command Line Generator Info

Reference

You can get all of this information on the command line.

rails generate with no generator name will output a list of all available generators and some information about global options. rails generate GENERATOR --help will list the options that can be passed to the specified generator.

@OleksandrProtsiuk
OleksandrProtsiuk / git_flow.md
Created November 1, 2018 09:29 — forked from PavloBezpalov/git_flow.md
Pivotal Git Flow

Git Flow

Working on stories

  1. Start story in pivotal tracker and copy it id (STORY_ID).

  2. Checkout development branch and pull from remote