Commit Graph

32788 Commits

Author SHA1 Message Date
schneems e69476a5b6 Stronger wording in Contributing file
Explicitly tell users to read the guide before submitting code. re: #7677. Specify the name of the mailing list for rubyonrails-talk to help differentiate it from rubyonrails-core mailing list.
2012-09-18 08:51:26 -07:00
Xavier Noria bfcbaa5547 the contributing guide should be mentioned upfront 2012-09-18 16:43:59 +02:00
Xavier Noria 46e252c515 Merge pull request #7676 from frodsan/patch-7
show love to contributors
2012-09-18 07:36:38 -07:00
Rafael Mendonça França 39c3bda286 Merge pull request #7680 from steveklabnik/master
Remove 'assigned but unused variable' warning
2012-09-18 06:55:43 -07:00
Steve Klabnik 88d578a11f Remove 'assigned but unused variable' warning 2012-09-18 16:53:36 +03:00
Xavier Noria 9f2d1a146c spurious space I saw in passing 2012-09-18 11:13:04 +02:00
Xavier Noria 254a3249d8 ActiveRecord -> Active Record 2012-09-18 10:51:27 +02:00
Xavier Noria 54f9fea307 copy edits 137e5d9 2012-09-18 09:05:36 +02:00
Xavier Noria 57887e21b9 Merge pull request #7678 from dxg/add_password_field_doco
Add extra documentation for password_field
2012-09-18 00:02:45 -07:00
Arek W 137e5d91db Add extra documentation for password_field
I think this should be explicit as the password fields behaviour is inconsistent with other fields in this regard.
It had me scratching my head until I dug through the source code.
2012-09-18 11:33:15 +10:00
Francesco Rodríguez eeb9635ffa show love to contributors 2012-09-17 17:32:56 -05:00
Vijay Dev edb40dc412 Merge pull request #7673 from frodsan/fix_amailer_rdoc
fix rdoc task for Action Mailer documentation
2012-09-17 14:13:04 -07:00
Xavier Noria 5f34f12977 Merge pull request #7663 from sikachu/master-guide-markdown
Convert all the guides into GFM
2012-09-17 13:59:45 -07:00
Francesco Rodriguez f7c6da2322 fix rdoc task for Action Mailer documentation 2012-09-17 15:25:33 -05:00
Prem Sichanugrist 1fa5c3b39f Fix footnote format
Markdown has footnote, but Redcarpet doesn't support it.
2012-09-17 15:55:17 -04:00
Prem Sichanugrist fd56c3a72e Fix broken and duplicate headings 2012-09-17 15:55:17 -04:00
Prem Sichanugrist 05b4d59a8d Change #id generation rule
* Use the current heading by default
* If duplicate, then use #[parent]-[current] as the id
2012-09-17 15:55:17 -04:00
Prem Sichanugrist 5e2866cc34 No more Textile guide generation support 2012-09-17 15:55:17 -04:00
Prem Sichanugrist 7a0dad25f3 Convert legacy release notes to Markdown 2012-09-17 15:54:24 -04:00
Prem Sichanugrist 5e1362572e Move all the legacy guides to Markdown 2012-09-17 15:54:24 -04:00
Prem Sichanugrist 460c2eec24 Update Guides Guideline for Markdown 2012-09-17 15:54:23 -04: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 5a4622b8b8 Retain heading styles in the page chapters list 2012-09-17 15:54:23 -04:00
Prem Sichanugrist f35187be22 Make sure that styles in NOTE block got converted 2012-09-17 15:54:23 -04:00
Prem Sichanugrist 2e89ac34cf Convert image tags to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist 2c38567646 Convert all tables to Markdown syntax 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 ed62b1bf0b Enable table 2012-09-17 15:54:22 -04:00
Prem Sichanugrist 21a0b20e39 change shell to bash 2012-09-17 15:54:22 -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 0867fcdb5a Update Markdown renderer to be more flexible 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
Prem Sichanugrist 232b9ade1a Skip kindle's readme file on generation 2012-09-17 15:54:22 -04:00
Prem Sichanugrist 848d13a8aa Reuse parent's id if it's already exists 2012-09-17 15:54:21 -04:00
Prem Sichanugrist efa7717b7a 4.0 release note now renders correctly with index 2012-09-17 15:54:21 -04:00
Prem Sichanugrist 544f6bcb90 Start rewriting 4.0 release note into Markdown 2012-09-17 15:54:21 -04:00
Prem Sichanugrist fd9867c7de Rename 4.0 release note into Markdown 2012-09-17 15:54:21 -04:00
Jeremy Kemper a95ddf6475 Roll contrib guide link into feature request guidance 2012-09-17 11:29:35 -07:00
Xavier Noria 84a1e408d7 removes spurious quote 2012-09-17 20:15:27 +02:00
Xavier Noria 4714c8abdc edits a little bit CONTRIBUTING.md [ci skip] 2012-09-17 20:13:25 +02:00
Xavier Noria d0d9e5420e Merge pull request #7671 from steveklabnik/master
Improve CONTRIBUTING
2012-09-17 11:11:33 -07:00
Steve Klabnik 56071b37d0 Improve CONTRIBUTING.md
Noting that we don't take feature requests or 'help me' stuff on the Issues tracker should cut down a ton on bad Issues.
2012-09-17 20:23:15 +03:00
Jeremy Kemper 40eec14cea Oops, rdoc -> markdown.
This reverts commit 5d95f3209f.
2012-09-17 10:07:13 -07:00
Jeremy Kemper 5d95f3209f GitHub isn't rendering Markdown for CONTRIBUTING.md. Rely on autolinked URL instead. 2012-09-17 10:04:36 -07:00
Jeremy Kemper 1d6668dec0 Point to the contributing-to-Rails guide 2012-09-17 10:01:05 -07:00
Rafael Mendonça França 8f0d332af3 Merge pull request #7660 from senny/7646_wrong_status_code_on_not_found
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
2012-09-17 09:21:23 -07:00