Commit Graph

25 Commits

Author SHA1 Message Date
Matt Bridges
7342f14c94 adding small mention one single line blocks in contributing to rails
[ci skip]
2013-01-09 10:09:06 -06:00
Rafael Mendonça França
cf4afc4d11 Add note on the contributing guide to not use the refute methods 2012-12-31 13:58:52 -03:00
Katie Oldaker
fc6336d1be Punctuation, capitalization, grammar fixes in rails guides 2012-12-07 16:32:06 -05: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
Vijay Dev
7b70eeed43 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	actionpack/lib/action_dispatch/routing/redirection.rb
2012-11-17 01:50:49 +05:30
burningTyger
8dabfbebdb use em-dashes instead of two minuses in guides 2012-11-10 23:00:00 +01:00
Steve Klabnik + Katrina Owen
c980af66ec Add note about squashing in contributor guide.
We tell people how to do this all the time in the Issues tracker,
so now we can just point them here.
2012-11-09 09:51:58 +01:00
Vijay Dev
ee917493e4 copy edits [ci skip] 2012-11-03 01:41:44 +05:30
Francesco Rodriguez
65be1a0e7a encourage use of Ruby 1.9 syntax [ci skip] 2012-10-25 20:06:16 -05:00
Adam Coffman
d774f4c551 Change 'branches' to 'branch' [ci skip] 2012-10-18 16:32:31 -05:00
Rafael Mendonça França
9eeb00976d Revert "divided into folder with the language"
This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252.

REASON: Translation work can not be done in the docrails repository
2012-10-17 10:15:55 -03:00
Rodrigo Martins
f5b9ed4fbc divided into folder with the language 2012-10-17 03:34:10 -03:00
Cesar Carruitero
fe5f5d11c1 fix link bug in contributing page 2012-10-15 01:33:15 -05:00
Arturo Pie
a5d4e1c850 Update guides/source/contributing_to_ruby_on_rails.md
In this section we are actually updating 'my_new_branch'
2012-10-13 20:36:48 -03:00
Xavier Noria
7c2d33bd86 extracts manual development dependencies installation to a new non-promoted guide
The purpose of this refactor is twofold:

  * Emphasize the Rails development box as
    the recommended way to setup a dev
    environment by taking out the rest of
    the instructions.

  * Lighten the contributing guide, this
    non-essential information takes a
    disproportionate amount of space now
    that we have the rails-dev-box.
2012-09-20 00:02:47 +02: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
9873dd800b Convert all the links into Markdown format 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
21a0b20e39 change shell to bash 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