aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* 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 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 yuki24/guides-add-render-example-without-parti...Zachary Scott2015-02-121-0/+15
|\ \
| * | Add tip for skipping `partial` and `locals` options for `render`Yuki Nishijima2015-02-081-0/+15
* | | guides, various testing guide changes. [ci skip]Yves Senn2015-02-111-7/+15
* | | Merge pull request #18363 from andreynering/add-foreign-key-subsection-in-upg...Yves Senn2015-02-111-0/+16
|\ \ \
| * | | 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_at` to `find_in_batches`Vipul A M2015-02-091-1/+14
| |/ /
* | | Merge pull request #18808 from carlosramireziii/i18n-doc-updateRobin Dupret2015-02-101-0/+19
|\ \ \ | |/ / |/| |
| * | Document lazy lookup behavior for controllersCarlos Ramirez III2015-02-031-0/+19
* | | 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
* | | Remove documentation tasksXavier Noria2015-02-062-21/+0
* | | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-2/+2
|\ \ \
| * | | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-2/+2
* | | | load "rack/test" before "action_controller/railtie" in bug report templates [...yuuji.yaginuma2015-02-051-1/+1
* | | | 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]Andrey Nering2015-02-031-1/+1
* | | | [ci skip]James T. Perreault2015-02-031-1/+1
|/ / /
* | | 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 [ci...robertomiranda2015-01-311-1/+1
* | | Merge pull request #18753 from andreynering/guide-single-table-inheritanceRobin Dupret2015-01-312-0/+68
|\ \ \
| * | | Add Single Table Inheritance to guides [ci skip]Andrey Nering2015-01-312-0/+68
| |/ /
* | | Merge pull request #18540 from andreynering/guides-custom-form-builderRobin Dupret2015-01-311-1/+8
|\ \ \ | |/ / |/| |
| * | Improving 'Customizing Form Builder' section with example [ci skip]Andrey Nering2015-01-161-1/+8
| |/
* | Merge pull request #18736 from nonsensery/autoload-guide-grammar-fixYves Senn2015-01-301-1/+1
|\ \
| * | Fix grammar in Qualified Constants sectionAlex Johnson2015-01-291-1/+1
* | | Merge pull request #18734 from andreynering/docs-dumpingRafael Mendonça França2015-01-291-5/+10
|\ \ \
| * | | Improvements about schema dumping [ci skip]Andrey Nering2015-01-291-5/+10
| |/ /
* / / Doc: run bundle update after cloning Rails.Brian Morearty2015-01-291-0/+8
|/ /
* | Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-8/+8
* | Use fixed fonts only in the name of the parameterRafael Mendonça França2015-01-291-3/+3
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-18/+27
* | Fix typo on guide name [ci skip]Andrey Nering2015-01-271-1/+1
* | remove trailing whitespace. [ci skip]Yves Senn2015-01-251-1/+1
* | Add tip for running binstubs on Windows [ci skip]Bryan Bibat2015-01-251-0/+3
* | [ci skip] Fix what is pushed to nesting about eval familyyui-knk2015-01-241-2/+3
* | constants guide: make assumption explicit in an example [closes #18465] [ci s...Xavier Noria2015-01-231-0/+10
* | fix regexp for validate an integer in guides [ci skip]yuuji.yaginuma2015-01-221-1/+1
* | Add :formats to options list of render documentation.Diogo Benicá2015-01-211-1/+11
* | Merge pull request #18322 from morgoth/add-error-codesRafael Mendonça França2015-01-211-2/+56
|\ \