aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* Fix find_each options [ci skip]Alexey Markov2015-04-221-2/+2
* Merge pull request #19779 from jonatack/improve-contributing-to-ruby-on-rails...Zachary Scott2015-04-211-13/+20
|\
| * Improve the Contributing to Rails Guide [skip ci]Jon Atack2015-04-161-13/+20
* | update Ruby required version in Getting Started guide [ci skip]yuuji.yaginuma2015-04-221-1/+1
* | [ci skip] Update `current version of Ruby`yui-knk2015-04-211-1/+1
* | [ci skip] Fix linked html fileyui-knk2015-04-211-1/+1
* | capitalize titleXavier Noria2015-04-201-1/+1
* | correct link to Generic template [ci skip]yuuji.yaginuma2015-04-201-1/+1
* | Consistency: Rails master -> edge Rails [ci skip]Godfrey Chan2015-04-201-1/+1
* | Fix typos in contributing guide [ci skip]Godfrey Chan2015-04-191-2/+2
* | Better explain the bug report templates [ci skip]Godfrey Chan2015-04-191-9/+13
* | Add a "generic" bug report templateGodfrey Chan2015-04-192-0/+41
* | Update 4_2_release_notes.mdTony Pitale2015-04-191-3/+2
* | Merge pull request #19799 from yui-knk/fix/wrap_doc2Arthur Nogueira Neves2015-04-191-2/+2
|\ \
| * | [ci skip] Fix docs and guide about 'Array.wrap'yui-knk2015-04-191-2/+2
* | | Merge pull request #19812 from piton4eg/patch-1Robin Dupret2015-04-191-1/+1
|\ \ \
| * | | Update association_basics.mdMarkov Alexey2015-04-191-1/+1
* | | | Spell out "asynchronously" instead of async in guides [ci skip]Prathamesh Sonpatki2015-04-191-1/+1
|/ / /
* | | Merge pull request #19806 from vircung/masterYves Senn2015-04-181-0/+23
|\ \ \
| * | | Improve documentation [ci skip]Jacek Nakonieczny2015-04-181-0/+25
|/ / /
* / / [ci skip] Replace `list` with `array`yui-knk2015-04-181-1/+1
|/ /
* | [ci skip] Update code example of Enumerable#withoutyui-knk2015-04-171-1/+1
* | add active job testing section [ci skip]David Fernandez2015-04-161-0/+7
|/
* Correct small typo.Hank Beaver2015-04-151-1/+1
* Fix typos and improve the documentationJon Atack2015-04-157-22/+48
* Merge pull request #19446 from andersonDadario/fix_security_guide_captcha_03_...Zachary Scott2015-04-141-4/+6
|\
| * [ci skip] Fix for Security Guide - Captcha SectionAnderson Dadario2015-03-221-4/+6
* | Removing GZip section since Sprockets 3.0 no longer create .gz files [ci skip]Andrey Nering2015-04-141-35/+0
* | Merge pull request #19753 from jonatack/use-ruby-2-2-2Guillermo Iguaran2015-04-132-3/+3
|\ \
| * | Upgrade to Ruby 2.2.2Jon Atack2015-04-142-3/+3
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-04-145-46/+32
|\ \ \
| * | | [ci skip] add missing file extensionMikhail Dieterle2015-04-101-1/+1
| * | | [ci skip] format rake outputMikhail Dieterle2015-04-101-5/+3
| * | | [ci skip] fix helper nameMikhail Dieterle2015-04-101-1/+1
| * | | [ci skip] Wrap with double quotationyui-knk2015-04-101-1/+1
| * | | [ci skip] Remove unnecessary linesyui-knk2015-04-011-2/+0
| * | | [ci skip] Add `:`yui-knk2015-04-011-1/+1
| * | | No need to mention unit tests in testing guide anymoreKir Shatrov2015-03-311-2/+0
| * | | New test runner syntax in testing guideKir Shatrov2015-03-311-4/+4
| * | | Suggest new hash syntax in testing guideKir Shatrov2015-03-311-2/+2
| * | | Don't suggest `bin/rails test controllers`Kir Shatrov2015-03-311-1/+0
| * | | Add missing "of" to testing guide.Hendy Tanata2015-03-301-1/+1
| * | | Merge branch 'kirs'Matthew Draper2015-03-301-30/+23
| |\ \ \
| | * | | Switch to `bin/rails test` in testing guideKir Shatrov2015-03-301-30/+23
* | | | | Merge pull request #19742 from vngrs/config_autoload_paths_wrong_docCarlos Antonio da Silva2015-04-131-3/+1
|\ \ \ \ \
| * | | | | Fix the wrong documentation about config.autoload_paths [ci skip]Mehmet Emin İNAÇ2015-04-131-3/+1
* | | | | | Improve note about unique index and foreign key on has_one associationCarlos Antonio da Silva2015-04-131-6/+7
* | | | | | Add note wrt foreign key constraint to ensure data integrityZachary Scott2015-04-121-0/+10
* | | | | | Apply comments from @rafaelfranca: we shouldn't recommend you use scaffold cssZachary Scott2015-04-121-9/+0
* | | | | | Merge pull request #19564 from jonatack/counter_cache_docsZachary Scott2015-04-121-3/+11
|\ \ \ \ \ \