aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #7673 from frodsan/fix_amailer_rdocVijay Dev2012-09-171-2/+1
|\ \ \ | | | | | | | | fix rdoc task for Action Mailer documentation
| * | | fix rdoc task for Action Mailer documentationFrancesco Rodriguez2012-09-171-2/+1
| | | |
* | | | Merge pull request #7663 from sikachu/master-guide-markdownXavier Noria2012-09-1762-16263/+16898
|\ \ \ \ | |/ / / |/| | | Convert all the guides into GFM
| * | | Fix footnote formatPrem Sichanugrist2012-09-172-6/+17
| | | | | | | | | | | | | | | | Markdown has footnote, but Redcarpet doesn't support it.
| * | | Fix broken and duplicate headingsPrem Sichanugrist2012-09-175-7/+7
| | | |
| * | | Change #id generation rulePrem Sichanugrist2012-09-171-10/+37
| | | | | | | | | | | | | | | | | | | | * Use the current heading by default * If duplicate, then use #[parent]-[current] as the id
| * | | No more Textile guide generation supportPrem Sichanugrist2012-09-177-147/+14
| | | |
| * | | Convert legacy release notes to MarkdownPrem Sichanugrist2012-09-175-1295/+1365
| | | |
| * | | Move all the legacy guides to MarkdownPrem Sichanugrist2012-09-175-0/+0
| | | |
| * | | Update Guides Guideline for MarkdownPrem Sichanugrist2012-09-171-3/+13
| | | |
| * | | Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-1722-74/+74
| | | | | | | | | | | | | | | | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
| * | | Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-1730-922/+956
| | | |
| * | | Retain heading styles in the page chapters listPrem Sichanugrist2012-09-172-5/+6
| | | |
| * | | Make sure that styles in NOTE block got convertedPrem Sichanugrist2012-09-171-5/+7
| | | |
| * | | Convert image tags to Markdown syntaxPrem Sichanugrist2012-09-175-30/+30
| | | |
| * | | Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-1712-309/+359
| | | |
| * | | Convert all the links into Markdown formatPrem Sichanugrist2012-09-1731-319/+319
| | | |
| * | | Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-1734-3665/+3661
| | | |
| * | | Enable tablePrem Sichanugrist2012-09-171-1/+2
| | | |
| * | | change shell to bashPrem Sichanugrist2012-09-1720-226/+226
| | | |
| * | | Convert inline code tags to MarkdownPrem Sichanugrist2012-09-1725-391/+393
| | | |
| * | | Convert heading tags and heading sectionPrem Sichanugrist2012-09-1736-1554/+1874
| | | |
| * | | Convert code blocks into GFM stylePrem Sichanugrist2012-09-1736-4103/+4103
| | | |
| * | | Update Markdown renderer to be more flexiblePrem Sichanugrist2012-09-171-37/+53
| | | |
| * | | Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-1736-0/+0
| | | |
| * | | Skip kindle's readme file on generationPrem Sichanugrist2012-09-171-0/+1
| | | |
| * | | Reuse parent's id if it's already existsPrem Sichanugrist2012-09-171-1/+1
| | | |
| * | | 4.0 release note now renders correctly with indexPrem Sichanugrist2012-09-173-15/+113
| | | |
| * | | Start rewriting 4.0 release note into MarkdownPrem Sichanugrist2012-09-178-529/+658
| | | |
| * | | Rename 4.0 release note into MarkdownPrem Sichanugrist2012-09-171-0/+0
|/ / /
* | | Roll contrib guide link into feature request guidanceJeremy Kemper2012-09-171-2/+4
| | |
* | | removes spurious quoteXavier Noria2012-09-171-1/+1
| | |
* | | edits a little bit CONTRIBUTING.md [ci skip]Xavier Noria2012-09-171-2/+2
| | |
* | | Merge pull request #7671 from steveklabnik/masterXavier Noria2012-09-171-1/+3
|\| | | | | | | | Improve CONTRIBUTING
| * | Improve CONTRIBUTING.mdSteve Klabnik2012-09-171-1/+3
|/ / | | | | | | Noting that we don't take feature requests or 'help me' stuff on the Issues tracker should cut down a ton on bad Issues.
* | Oops, rdoc -> markdown.Jeremy Kemper2012-09-172-3/+3
| | | | | | | | This reverts commit 5d95f3209fb2d6155ecd76c7692d0ac71a14726c.
* | GitHub isn't rendering Markdown for CONTRIBUTING.md. Rely on autolinked URL ↵Jeremy Kemper2012-09-172-5/+3
| | | | | | | | instead.
* | Point to the contributing-to-Rails guideJeremy Kemper2012-09-171-0/+5
| |
* | Merge pull request #7660 from senny/7646_wrong_status_code_on_not_foundRafael Mendonça França2012-09-174-8/+32
|\ \ | | | | | | log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
| * | cleanup, remove whitespace from CHANGELOGYves Senn2012-09-171-6/+6
| | |
| * | log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-174-2/+26
|/ /
* | removes unnecessary selfXavier Noria2012-09-171-1/+1
| |
* | revises the RDoc of AC::Base.without_modulesXavier Noria2012-09-171-2/+2
| |
* | documents the request and response methods in AC::BaseXavier Noria2012-09-171-3/+21
| |
* | revises RDoc in AC::Metal [ci skip]Xavier Noria2012-09-171-14/+7
| |
* | removes unnecessary selfXavier Noria2012-09-171-1/+1
| |
* | Merge pull request #7669 from guilleiguaran/rename-rb-handlerCarlos Antonio da Silva2012-09-174-5/+5
|\ \ | | | | | | Rename .rb template handler to .ruby to avoid conflicts with mustache classes
| * | Rename .rb template handler to .ruby to avoid conflicts with mustache views ↵Guillermo Iguaran2012-09-174-5/+5
| |/ | | | | | | classes
* | Merge pull request #7644 from ↵Rafael Mendonça França2012-09-173-3/+17
|\ \ | | | | | | | | | | | | insside/register_template_handler-method-refactoring Allowing pass couple extension to one register_template_handler call
| * | allowing pass couple extension to register_template_handler callTima Maslyuchenko2012-09-173-3/+17
|/ /