1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

15 commits

Author SHA1 Message Date
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 f5b9ed4fbc.

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
Renamed from guides/source/contributing_to_ruby_on_rails.textile (Browse further)