aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/initialization.md
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵Jeremy Kemper2013-01-061-115/+5
| | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* prefer do-end for multiline blockGosha Arinich2013-01-061-2/+2
|
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-1/+1
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-0/+2
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-1/+1
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Now the Sprockets railtie lives in sprockets/railtieRafael Mendonça França2012-10-181-1/+1
|
* fix typo in "The Rails Initialization Process"mdaisuke2012-10-101-1/+1
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-2/+2
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-3/+3
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-85/+85
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-1/+1
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-21/+25
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-70/+70
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+666