Gabe Kopley
|
b0557389de
|
More helpful message when starting server
v2 of pull request based on feedback from @rafaelfranca, @schneems, and @carlosantoniodasilva
|
2013-03-18 10:46:21 -07:00 |
|
Jeremy Kemper
|
009873aec8
|
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. 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'
|
2013-01-06 21:41:36 -07:00 |
|
Gosha Arinich
|
732d3507da
|
prefer do-end for multiline block
|
2013-01-06 02:01:22 +03:00 |
|
Katie Oldaker
|
7c05ea23a0
|
Fixed grammar in a lot of guide prologues.
|
2012-12-07 12:50:09 -05:00 |
|
Steve Klabnik
|
d16a1b9e8b
|
Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
|
2012-11-29 14:25:02 -08:00 |
|
Steve Klabnik
|
6dcae8ae9c
|
Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
|
2012-11-29 05:14:08 -08:00 |
|
Rafael Mendonça França
|
fc32ff4ee3
|
Now the Sprockets railtie lives in sprockets/railtie
|
2012-10-18 01:03:24 -03:00 |
|
mdaisuke
|
4c9afc79a1
|
fix typo in "The Rails Initialization Process"
|
2012-10-10 10:19:02 +09:00 |
|
Prem Sichanugrist
|
41dbb58e2d
|
Fix the usage of * in Markdown
In Textile `*` would convert to `<strong>`, but in Markdown we have to
use `**` instead.
|
2012-09-17 15:54:23 -04:00 |
|
Prem Sichanugrist
|
721afdcc4b
|
Fix remaining formatting problems in the guide
|
2012-09-17 15:54:23 -04:00 |
|
Prem Sichanugrist
|
31ef4cf656
|
Convert all inline codes to Markdown syntax
|
2012-09-17 15:54:23 -04:00 |
|
Prem Sichanugrist
|
c89c163a0e
|
Convert inline code tags to Markdown
|
2012-09-17 15:54:22 -04:00 |
|
Prem Sichanugrist
|
872b7af337
|
Convert heading tags and heading section
|
2012-09-17 15:54:22 -04:00 |
|
Prem Sichanugrist
|
7bc1ca3515
|
Convert code blocks into GFM style
|
2012-09-17 15:54:22 -04:00 |
|
Prem Sichanugrist
|
5137d03cc5
|
Rename the rest of the guides to Markdown
|
2012-09-17 15:54:22 -04:00 |
|