Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a BodyProxy instead of including a Module that responds to close. | Santiago Pastorino | 2012-01-13 | 1 | -0/+2 |
| | | | | Closes #4441 if Active Record is disabled assets are delivered correctly | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-13 | 1 | -1/+3 |
|\ | |||||
| * | Update Railties section of 3.2 release notes | Guillermo Iguaran | 2012-01-12 | 1 | -1/+3 |
| | | |||||
* | | revise wording [ci skip] | Vijay Dev | 2012-01-13 | 1 | -2/+1 |
| | | |||||
* | | fix rails binary path when using --dev [ci skip] | Vijay Dev | 2012-01-13 | 2 | -2/+2 |
| | | |||||
* | | Added note about [ci skip] tag to contributing guide | Piotr Sarnacki | 2012-01-12 | 1 | -0/+2 |
| | | |||||
* | | deprecates Module#local_constant_names | Xavier Noria | 2012-01-12 | 1 | -2/+4 |
| | | |||||
* | | add info about kindle guides in the release guide | Vijay Dev | 2012-01-13 | 1 | -0/+4 |
| | | |||||
* | | prepare for 3.2 guides release :) | Vijay Dev | 2012-01-13 | 1 | -1/+1 |
| | | |||||
* | | remove hidden link in guides layout | Vijay Dev | 2012-01-13 | 1 | -1/+0 |
|/ | |||||
* | add 3.2 release notes to the guides index | Vijay Dev | 2012-01-13 | 1 | -0/+4 |
| | |||||
* | First attempt at providing a 'what to update' section for Rails 3.1 | Vijay Dev | 2012-01-13 | 1 | -0/+100 |
| | |||||
* | minor revision in 3.2 release guide | Vijay Dev | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | AS::Callbacks: remove unused runner | Bogdan Gusiev | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Add CHANGELOG entry | Santiago Pastorino | 2012-01-11 | 1 | -0/+2 |
| | |||||
* | add some missing formats in the release guide | Vijay Dev | 2012-01-11 | 1 | -5/+5 |
| | |||||
* | Some revisions to the release notes guide | Vijay Dev | 2012-01-11 | 1 | -13/+13 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-11 | 2 | -17/+12 |
|\ | |||||
| * | Update Active Support Constants guide for 1.9. | Hendy Tanata | 2012-01-10 | 1 | -12/+10 |
| | | |||||
| * | Substitute "gem" for "plugin" in contributing guide | Jo Liss | 2012-01-08 | 1 | -2/+2 |
| | | |||||
| * | remove ruby 1.8 example from Array.wrap documentation | Sergey Nartimov | 2012-01-05 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #4404 from rizwanreza/edits-to-spastorino-upgrade-notes | Santiago Pastorino | 2012-01-11 | 1 | -11/+8 |
| | | |||||
* | | Add "What to update in your apps" section to the release notes guide | Santiago Pastorino | 2012-01-10 | 1 | -0/+29 |
|/ | | | | | We should keep this up to date and the current version is probably wrong and/or incomplete. HELP!!! | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-04 | 1 | -56/+58 |
|\ | |||||
| * | General editing pass over assets pipeline guide | Mike Gunderloy | 2011-12-31 | 1 | -56/+58 |
| | | |||||
* | | updates to 3.2 release notes | Vijay Dev | 2012-01-04 | 1 | -1/+8 |
| | | |||||
* | | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 11 | -117/+9 |
| | | |||||
* | | rename ruby-debug to ruby-debug19 | Vishnu Atrai | 2012-01-01 | 1 | -2/+2 |
| | | |||||
* | | DRY up guides index page | Vijay Dev | 2011-12-31 | 3 | -48/+21 |
|/ | | | | | | Use the list of guides available in documents.yaml to fill in the menu in the index page instead of duplicating the list again. Also, remove WIP guides from the menu. | ||||
* | remove wiki link | Vijay Dev | 2011-12-31 | 1 | -1/+0 |
| | |||||
* | fix a couple of formatting issues | Vijay Dev | 2011-12-31 | 1 | -3/+2 |
| | |||||
* | Minor readability improvements | Sam Umbach | 2011-12-30 | 1 | -13/+13 |
| | |||||
* | SCSS processor is provided by the sass gem | Sam Umbach | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | removes the compatibility method Module#method_names | Xavier Noria | 2011-12-25 | 1 | -6/+0 |
| | |||||
* | removes the compatibility method Module#instance_method_names | Xavier Noria | 2011-12-25 | 1 | -7/+1 |
| | |||||
* | Module#name returns nil for anonymous class in ruby 1.9 | Vasiliy Ermolovich | 2011-12-25 | 1 | -1/+1 |
| | |||||
* | add back the version info to the title in guides index page | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
| | |||||
* | Some fixes in rails guides generation | Vijay Dev | 2011-12-25 | 2 | -11/+9 |
| | | | | | | | | * Passing edge information to the views fixes the lack of the edge badge and sets the appropriate welcome page on edgeguides.rubyonrails.org. * Changes in the welcome message to hyper link the rails tree based on the version. * Mention the Amazon url from where kindlegen can be downloaded. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-12-25 | 2 | -4/+4 |
|\ | |||||
| * | Final grammar checkup on 3.2 release notes. | Kristian Freeman | 2011-12-23 | 1 | -1/+1 |
| | | |||||
| * | Grammar in 3.2 release notes. | Kristian Freeman | 2011-12-23 | 1 | -2/+2 |
| | | |||||
| * | [docs] make it clear that the methods in a generator are executed sequentially | Brian Browning | 2011-12-23 | 1 | -1/+1 |
| | | |||||
* | | fix kindle apps link in edge guides index | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
| | | |||||
* | | download guides for the Kindle and Kindle apps from the home page | Xavier Noria | 2011-12-25 | 4 | -6/+21 |
| | | |||||
* | | guides generation for the Kindle looking good now [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-25 | 1 | -9/+15 |
| | | |||||
* | | (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-24 | 16 | -197/+483 |
| | | |||||
* | | Merge pull request #4170 from lest/remove-deprecated-synchronize | José Valim | 2011-12-24 | 1 | -24/+0 |
|\ \ | | | | | | | remove deprecated Module#synchronize from ActiveSupport | ||||
| * | | remove deprecated Module#synchronize from ActiveSupport | Sergey Nartimov | 2011-12-24 | 1 | -24/+0 |
| | | | |||||
* | | | remove deprecated whiny nil related code | Vishnu Atrai | 2011-12-25 | 2 | -6/+0 |
|/ / | |||||
* | | add latest changes to 3.2 release notes | Vijay Dev | 2011-12-24 | 1 | -0/+14 |
| | |