aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18984 from rousisk/masterCarlos Antonio da Silva2015-02-181-3/+2
|\ | | | | Replace deprecated readonly option with scope blocks in docs and guide
| * Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-3/+2
| |
* | constants guide: adds a step to a resolution algorithmXavier Noria2015-02-181-1/+3
|/ | | | | Not sure how this one slipped, maybe deleted by accident while editing or something. Anyway, fixed.
* fix type in guide - missing wordNicolas Maloeuvre2015-02-181-1/+1
|
* Merge pull request #18843 from yuki24/guides-add-guide-for-mail-previewZachary Scott2015-02-171-0/+33
|\ | | | | Add guide for Action Mailer Previews
| * Add guide for Action Mailer PreviewsYuki Nishijima2015-02-081-0/+33
| | | | | | | | [ci skip]
* | Merge pull request #18961 from vipulnsward/deprecate-start-valueYves Senn2015-02-171-9/+9
|\ \ | | | | | | Deprecated passing of `start` value to `find_in_batches` and `find_each`
| * | Deprecated passing of `start` value to `find_in_batches` and `find_each` in ↵Vipul A M2015-02-171-9/+9
| | | | | | | | | | | | favour of `begin_at` value.
* | | Revert c732a66:Zachary Scott2015-02-161-0/+4
|/ / | | | | | | | | | | | | | | * "rm docs for dependency_loading and disable_dependency_loading config" It was added back in a71350cae0082193ad8c66d65ab62e8bb0b7853b by @tenderlove See also #13142
* | Merge pull request #18960 from ctaintor/remove_dependency_docZachary Scott2015-02-161-4/+0
|\ \ | | | | | | removes documentation that is no longer relevant
| * | removes docs for dependency_loading config option and ↵Case Taintor2015-02-161-4/+0
| | | | | | | | | | | | disable_dependency_loading initializer because it was removed by commit a8bf12979e5fa15282b39c8cfa315e663f613539
* | | Merge pull request #18485 from andreynering/robots.txtZachary Scott2015-02-162-0/+22
|\ \ \ | | | | | | | | Adding 'Search Engines Indexing' Section [ci skip]
| * | | Adding 'Search Engines Indexing' Section [ci skip]Andrey Nering2015-01-142-0/+22
| | | |
* | | | Merge pull request #18679 from adipra3n/masterZachary Scott2015-02-161-0/+52
|\ \ \ \ | | | | | | | | | | Add web console in debugging rails applications guide [ci skip]
| * | | | document web console in debugging guide [ci skip]Adi Pradhan2015-01-261-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document web console in debugging guide [ci skip] document web console in debugging guide [ci skip]
* | | | | Merge pull request #18815 from tmingos/patch-1Zachary Scott2015-02-161-3/+2
|\ \ \ \ \ | | | | | | | | | | | | Correct pluralization error
| * | | | | Edit text on optional db constraints for uniqueness validations [ci skip]Taylor Mingos2015-02-041-3/+2
| | | | | |
* | | | | | Improving remote forms guides [ci skip]Andrey Nering2015-02-161-0/+28
| |_|_|/ / |/| | | |
* | | | | Tiny documentation edits [ci skip]Robin Dupret2015-02-154-28/+32
| | | | |
* | | | | fix syntax error in render partial example [ci skip]yuuji.yaginuma2015-02-151-2/+2
| | | | |
* | | | | Merge pull request #18938 from tchandy/updating_query_tracer_linkArthur Nogueira Neves2015-02-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Updating Query Tracer github repository
| * | | | | Updating Query Tracer github repositoryThiago Pradi2015-02-141-1/+1
| | | | | |
* | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ci skip] Add some more code highlights.Juanito Fatas2015-02-101-5/+5
| | | | | |
| * | | | | [ci skip] Add a missing space in t.belongs_to argument.Juanito Fatas2015-01-291-1/+1
| | | | | |
* | | | | | [ci skip] escape under scoreyui-knk2015-02-131-1/+1
| | | | | |
* | | | | | Merge pull request #18844 from ↵Zachary Scott2015-02-121-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | yuki24/guides-add-render-example-without-partial-and-locals Add tip for skipping `partial` and `locals` options for `render`
| * | | | | | Add tip for skipping `partial` and `locals` options for `render`Yuki Nishijima2015-02-081-0/+15
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | [ci skip]
* | | | | | guides, various testing guide changes. [ci skip]Yves Senn2015-02-111-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | /cc @zzak
* | | | | | Merge pull request #18363 from ↵Yves Senn2015-02-111-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | andreynering/add-foreign-key-subsection-in-upgrading-guide Adding subsection on 'Upgrading' guide about foreign key support [ci skip]
| * | | | | | Adding subsection on 'upgrading' guide about 4.2 foreign key support [ci skip]Andrey Nering2015-02-101-0/+14
| |/ / / / /
* | | | | | Merge pull request #12257 from vipulnsward/end_on_find_in_batchesRafael Mendonça França2015-02-101-1/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add an option `end` to `find_in_batches`
| * | | | | | Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-1/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | that complements the `start`parameter to specify where to stop batch processing
* | | | | | Merge pull request #18808 from carlosramireziii/i18n-doc-updateRobin Dupret2015-02-101-0/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Document lazy lookup behavior for controllers [ci skip]
| * | | | | Document lazy lookup behavior for controllersCarlos Ramirez III2015-02-031-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull request #7082 added lazy lookup to controllers using the translate method, but the documentation still stated that it was available for views only. [ci skip]
* | | | | | use rails favicon.ico instead or ruby favicon.ico for rails guidesJohn Krueger2015-02-061-0/+0
| | | | | |
* | | | | | Add link to the show action in the getting startedRafael Mendonça França2015-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Closes #16538
* | | | | | Remove documentation tasksXavier Noria2015-02-062-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the tasks doc:app, doc:rails, and doc:guides. In our experience applications do not generate APIs using doc:app. Methods may be certainly documented for maintainers, annotated with YARD tags, etc. but that is intended to be read with the source code, not in a separate website. Then, teams also have typically selected topics written down in Markdown files, or in a GitHub wiki... that kind of thing. If a team absolutely needs to generate application documentation for internal purposes, they can still easily write their own task. Regarding doc:rails and doc:guides, we live in 2015. We are used to go to online docs all the time. If you really want access to the API offline RubyGems generates it for every Rails component unless you tell it not to, and you can checkout the Rails source code to read the guides as Markdown, or download them for a Kindle reader. All in all, maintaining this code does not seem to be worthwhile anymore. As a consequence of this, guides (+3 MB uncompressed) won't be distributed with the rails gem anymore. Of course, guides and API are going to be still part of releases, since documentation is maintained alongside code and tests. Also, time permitting, this will allow us to experiment with novel ways to generate documentation in the Rails docs server, since right now we were constrained by being able to generate them in the user's environment.
* | | | | | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Migrating xhr methods to keyword arguments syntax
| * | | | | | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in `ActionController::TestCase` and `ActionDispatch::Integration` Old syntax: `xhr :get, :create, params: { id: 1 }` New syntax example: `get :create, params: { id: 1 }, xhr: true`
* | | | | | | load "rack/test" before "action_controller/railtie" in bug report templates ↵yuuji.yaginuma2015-02-051-1/+1
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | [ci skip]
* | | | | | revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip]Abdelkader Boudih2015-02-041-1/+1
| | | | | |
* | | | | | Fix typo in Creating and Customizing Rails Generators & Templates guidesYasuhiko Katoh (y@su)2015-02-041-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #18801 from andreynering/fix-js-linkEileen M. Uchitelle2015-02-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix link [ci skip]
| * | | | | Fix link [ci skip]Andrey Nering2015-02-031-1/+1
| | | | | |
* | | | | | [ci skip]James T. Perreault2015-02-031-1/+1
|/ / / / / | | | | | | | | | | | | | | | improve sentence flow with grammar change
* | | | | Fix a typo in autoloading doc and note on autoload_paths [ci skip]jafrog2015-02-021-1/+2
| | | | |
* | | | | Use Module#include instead of send :include, since now is a public method ↵robertomiranda2015-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] ref https://bugs.ruby-lang.org/issues/8846
* | | | | Merge pull request #18753 from andreynering/guide-single-table-inheritanceRobin Dupret2015-01-312-0/+68
|\ \ \ \ \ | | | | | | | | | | | | Add Single Table Inheritance to guides [ci skip]
| * | | | | Add Single Table Inheritance to guides [ci skip]Andrey Nering2015-01-312-0/+68
| |/ / / /