aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* add note about AR#include_root_in_json default in Upgrading Rails guide [ci ↵Francesco Rodriguez2012-09-211-1/+15
| | | | skip]
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-222-65/+65
|\
| * Update action_mailer_basics.md to ruby 1.9 syntax. [ci skip]José Corcuera2012-09-211-61/+61
| |
| * Update examples in action_controller_overview.md to ruby 1.9 syntax. [ci skip]José Corcuera2012-09-211-4/+4
| |
* | some edits in 4.0 release notes [ci skip]Vijay Dev2012-09-221-9/+10
| |
* | Fix typos and links in engines guide [ci skip]Vijay Dev2012-09-211-3/+2
| |
* | fix some md syntax errors and general revisions [ci skip]Vijay Dev2012-09-213-20/+19
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-215-40/+49
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes.
| * correct a typoPrzemek Hocke2012-09-211-1/+1
| |
| * Add missing "m" charPrzemek Hocke2012-09-211-1/+1
| |
| * fix two typos in the associations guidePrzemek Hocke2012-09-211-2/+2
| |
| * fix a small typoPrzemek Hocke2012-09-211-1/+1
| |
| * Update 3.0 -> 3.1 session information.Steve Klabnik2012-09-181-0/+13
| | | | | | | | Fixes #7685
| * Expanded note about poly associations.Steve Klabnik2012-09-181-3/+12
| | | | | | | | Now with example!
| * Add note about inheretance and poly associations.Steve Klabnik2012-09-171-0/+4
| | | | | | | | This note came about due to discussion in #6786.
| * Update "Getting Started" guideSimon Hengel2012-09-161-1/+1
| |
| * Update action_controller_overview.textile to ruby 1.9 syntax [ci skip]José Corcuera2012-09-121-31/+37
| |
| * Fix typo [ci skip]José Corcuera2012-09-121-1/+1
| |
| * More concise flash outputGareth Rees2012-09-111-6/+4
| |
| * fix punctuation in Getting Started prologue [ci skip]Francesco Rodriguez2012-09-091-4/+5
| |
* | Remove highly uncommon `config.assets.manifest` option for moving the ↵Guillermo Iguaran2012-09-192-11/+0
| | | | | | | | | | | | manifest path. This option is now unsupported in sprockets-rails.
* | extracts manual development dependencies installation to a new non-promoted ↵Xavier Noria2012-09-202-158/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | let .md be the only supported extension for guidesXavier Noria2012-09-181-4/+4
| |
* | Date.beginning_of_week thread local and beginning_of_week application config ↵gregolsen2012-09-181-0/+4
| | | | | | | | option added (default is Monday)
* | 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-176-146/+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-177-529/+657
| |