Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [ci skip] Update Debugging Rails Application guide. | Teng Siong Ong | 2012-09-22 | 1 | -3/+1 | |
|/ | | | | | | - remove query_stats plugin reference in debugging guide since it is no longer maintained. - remove exception_logger plugin reference in debugging guide since it is no longer maintained. - update query_reviewer url to the latest one on github. | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-22 | 2 | -65/+65 | |
|\ | ||||||
| * | Update action_mailer_basics.md to ruby 1.9 syntax. [ci skip] | José Corcuera | 2012-09-21 | 1 | -61/+61 | |
| | | ||||||
| * | Update examples in action_controller_overview.md to ruby 1.9 syntax. [ci skip] | José Corcuera | 2012-09-21 | 1 | -4/+4 | |
| | | ||||||
* | | some edits in 4.0 release notes [ci skip] | Vijay Dev | 2012-09-22 | 1 | -9/+10 | |
| | | ||||||
* | | Fix typos and links in engines guide [ci skip] | Vijay Dev | 2012-09-21 | 1 | -3/+2 | |
| | | ||||||
* | | fix some md syntax errors and general revisions [ci skip] | Vijay Dev | 2012-09-21 | 3 | -20/+19 | |
|/ | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-21 | 5 | -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 typo | Przemek Hocke | 2012-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing "m" char | Przemek Hocke | 2012-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix two typos in the associations guide | Przemek Hocke | 2012-09-21 | 1 | -2/+2 | |
| | | ||||||
| * | fix a small typo | Przemek Hocke | 2012-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | Update 3.0 -> 3.1 session information. | Steve Klabnik | 2012-09-18 | 1 | -0/+13 | |
| | | | | | | | | Fixes #7685 | |||||
| * | Expanded note about poly associations. | Steve Klabnik | 2012-09-18 | 1 | -3/+12 | |
| | | | | | | | | Now with example! | |||||
| * | Add note about inheretance and poly associations. | Steve Klabnik | 2012-09-17 | 1 | -0/+4 | |
| | | | | | | | | This note came about due to discussion in #6786. | |||||
| * | Update "Getting Started" guide | Simon Hengel | 2012-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update action_controller_overview.textile to ruby 1.9 syntax [ci skip] | José Corcuera | 2012-09-12 | 1 | -31/+37 | |
| | | ||||||
| * | Fix typo [ci skip] | José Corcuera | 2012-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | More concise flash output | Gareth Rees | 2012-09-11 | 1 | -6/+4 | |
| | | ||||||
| * | fix punctuation in Getting Started prologue [ci skip] | Francesco Rodriguez | 2012-09-09 | 1 | -4/+5 | |
| | | ||||||
* | | Remove highly uncommon `config.assets.manifest` option for moving the ↵ | Guillermo Iguaran | 2012-09-19 | 2 | -11/+0 | |
| | | | | | | | | | | | | manifest path. This option is now unsupported in sprockets-rails. | |||||
* | | extracts manual development dependencies installation to a new non-promoted ↵ | Xavier Noria | 2012-09-20 | 2 | -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 guides | Xavier Noria | 2012-09-18 | 1 | -4/+4 | |
| | | ||||||
* | | Date.beginning_of_week thread local and beginning_of_week application config ↵ | gregolsen | 2012-09-18 | 1 | -0/+4 | |
| | | | | | | | | option added (default is Monday) | |||||
* | | Fix footnote format | Prem Sichanugrist | 2012-09-17 | 2 | -6/+17 | |
| | | | | | | | | Markdown has footnote, but Redcarpet doesn't support it. | |||||
* | | Fix broken and duplicate headings | Prem Sichanugrist | 2012-09-17 | 5 | -7/+7 | |
| | | ||||||
* | | Change #id generation rule | Prem Sichanugrist | 2012-09-17 | 1 | -10/+37 | |
| | | | | | | | | | | * Use the current heading by default * If duplicate, then use #[parent]-[current] as the id | |||||
* | | No more Textile guide generation support | Prem Sichanugrist | 2012-09-17 | 6 | -146/+14 | |
| | | ||||||
* | | Convert legacy release notes to Markdown | Prem Sichanugrist | 2012-09-17 | 5 | -1295/+1365 | |
| | | ||||||
* | | Move all the legacy guides to Markdown | Prem Sichanugrist | 2012-09-17 | 5 | -0/+0 | |
| | | ||||||
* | | Update Guides Guideline for Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -3/+13 | |
| | | ||||||
* | | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 22 | -74/+74 | |
| | | | | | | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | |||||
* | | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 30 | -922/+956 | |
| | | ||||||
* | | Retain heading styles in the page chapters list | Prem Sichanugrist | 2012-09-17 | 2 | -5/+6 | |
| | | ||||||
* | | Make sure that styles in NOTE block got converted | Prem Sichanugrist | 2012-09-17 | 1 | -5/+7 | |
| | | ||||||
* | | Convert image tags to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 5 | -30/+30 | |
| | | ||||||
* | | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 12 | -309/+359 | |
| | | ||||||
* | | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 31 | -319/+319 | |
| | | ||||||
* | | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 34 | -3665/+3661 | |
| | | ||||||
* | | Enable table | Prem Sichanugrist | 2012-09-17 | 1 | -1/+2 | |
| | | ||||||
* | | change shell to bash | Prem Sichanugrist | 2012-09-17 | 20 | -226/+226 | |
| | | ||||||
* | | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 25 | -391/+393 | |
| | | ||||||
* | | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 36 | -1554/+1874 | |
| | | ||||||
* | | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 36 | -4103/+4103 | |
| | | ||||||
* | | Update Markdown renderer to be more flexible | Prem Sichanugrist | 2012-09-17 | 1 | -37/+53 | |
| | | ||||||
* | | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 36 | -0/+0 | |
| | | ||||||
* | | Skip kindle's readme file on generation | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1 | |
| | | ||||||
* | | Reuse parent's id if it's already exists | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | 4.0 release note now renders correctly with index | Prem Sichanugrist | 2012-09-17 | 3 | -15/+113 | |
| | | ||||||
* | | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 7 | -529/+657 | |
| | |