aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ci skip] Uniquiness with scope can have one or more argumentsAngelo Capilleri2015-05-031-1/+1
| |/ / /
* | | | Fix method call typo [ci skip]Zachary Scott2015-05-021-1/+1
| | | |
* | | | Clean up debugging guide and fix minor grammatical errors[ci skip]Thomas Osborn2015-05-011-46/+39
|/ / /
* | | Fix style/grammar/typos in Caching guide.Tim Wade2015-04-291-11/+11
| | | | | | | | | | | | | | | * avoid using unnecessary commas * fix some typos
* | | Revert "Merge pull request #19817 from tpitale/4_2-release-notes-fix"Godfrey Chan2015-04-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 00aa1afae3821dd858dec7111bcdf230b12040d7, reversing changes made to b584cc68fc28492147ed3ed127ad8a7441ca8161. Reason: As far as we can tell, this should not be the case. Both localhost, 127.0.0.1 and ::1 is "supposed to work", so this is probably a bug somewhere. Reopening #19815 instead.
* | | RewordingKevin Busby2015-04-281-4/+1
| | | | | | | | | | | | | | | | | | Rewording in accordance with the documentation guidelines (‘Prefer wordings that avoid "you"s and "your”s.’) and to remove in particular “if you'd call”.
* | | Merge pull request #19932 from axilleas/api_docs_guidelinesYves Senn2015-04-282-2/+7
|\ \ \ | | | | | | | | Make sure you execute rake rdoc from rails root directory [ci skip]
| * | | Update instructions to build guides locally [ci skip]Achilleas Pipinellis2015-04-282-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | 1. Make clear where rake rdoc is executed 2. Make clear where the generated HTML files for the guides are stored 3. Use bundler 1.3.5 or later
* | | | Merge pull request #19935 from eliotsykes/clarify-configuring-default-test-orderCarlos Antonio da Silva2015-04-281-1/+1
|\ \ \ \ | | | | | | | | | | Clarify test_order default configuration behaviour [ci skip]
| * | | | Clarify test_order default configuration behaviour [ci skip]Eliot Sykes2015-04-281-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Explain config.active_support.test_order defaults to :random in newly-generated applications thanks to generated config/environments/test.rb, otherwise default is :sorted (until Rails 5.0).
* | | | Merge pull request #19931 from prathamesh-sonpatki/note-about-non-get-linksYves Senn2015-04-281-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | Added note about non-GET links getting converted to GET links in mailer Added note about non-GET links getting converted to GET links in mailer templates [ci skip]
| * | | | Added note about non-GET links getting converted to GET links in mailer ↵Prathamesh Sonpatki2015-04-281-0/+3
| |/ / / | | | | | | | | | | | | templates [ci skip]
* / / / guides, bring back minitest assertion table. [ci skip]Yves Senn2015-04-281-3/+43
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Rails has different naming conventions for the inverse assertion methods. While minitest uses `refute` we use `_not`. We should have a table listing the common assertions that you want to use in the Rails context. Refs #18305.
* | | Small punctuation fixes [ci skip]Alexey Markov2015-04-271-7/+7
| | |
* | | Minor edits to the "Action View Overview" guideRobin Dupret2015-04-251-18/+13
| | | | | | | | | | | | | | | | | | Follow-up to #19672 and 8b0aa0c1. [ci skip]
* | | Merge pull request #19236 from sshaw/more_tagged_logging_docsYves Senn2015-04-241-1/+1
|\ \ \ | |/ / |/| | More docs on tagged logging [ci skip]
| * | More docs on tagged logging [ci skip]sshaw2015-03-061-1/+1
| | | | | | | | | | | | | | | Mention that tags can also come from a Proc that accepts the request object or something's to_s method
* | | Fix find_each options [ci skip]Alexey Markov2015-04-221-2/+2
| | |
* | | Merge pull request #19779 from ↵Zachary Scott2015-04-211-13/+20
|\ \ \ | | | | | | | | | | | | | | | | jonatack/improve-contributing-to-ruby-on-rails-guide Improve the Contributing to Rails Guide [skip ci]
| * | | Improve the Contributing to Rails Guide [skip ci]Jon Atack2015-04-161-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First commit: This PR improves the "4.12 Commit Your Changes" section of the Contributing to Ruby on Rails Guide: - Fix formatting of the commit message example - Improve readability and clarity - Fix grammar - Wrap lines See the before and after images below in this PR. ----- Second commit: - Rewrite to remove the word "buffer" [skip ci]
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the guidelines: http://guides.rubyonrails.org/ruby_on_rails_guides_guidelines.html#headings References #19821.
* | | | 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
| | | | | | | | | | | | | | | | | | | | * includes -> include * "on your computer" is implied
* | | | 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
| | | | | | | | | | | | | | | | | | | | This template gives contributors a starting point to use when reporting bugs that does not involve Active Record or Action Pack.
* | | | 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'
| * | | | [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.md [ci skip]
| * | | | | 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 for uuid [ci skip]
| * | | | | Improve documentation [ci skip]Jacek Nakonieczny2015-04-181-0/+25
|/ / / / / | | | | | | | | | | | | | | | Add information about usage `uuid` type with `reference`
* / / / / [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
| | | | | | | | | | | | * files are written to hard "disk" not "disc".
* | | Fix typos and improve the documentationJon Atack2015-04-157-22/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of the following commits, from first to last: - Fix minor, random things I’ve come across lately that individually did not seem worth making a PR for, so I saved them for one commit. One common error is using “it’s” (which is an abbreviation of “it is”) when the possessive “its” should be used for indicating possession. - Changes include the name of a test, so remove the `[skip ci]` (thanks @senny). - Line wrap the changes at 80 chars and add one more doc fix. - Add a missing line wrap in the Contributing to Ruby on Rails Guide. - Line wrap the `TIP` section in the Contributing to Ruby on Rails Guide as well. Rendering the guide locally with `bundle exec rake guides:generate` did not show any change in on-screen formatting after adding the line wrap. The HTML generated is (extra line added to illustrate where the line wrap takes place): <div class="info"><p>Please squash your commits into a single commit when appropriate. This simplifies future cherry picks and also keeps the git log clean.</p></div> - Squash commits.
* | | Merge pull request #19446 from ↵Zachary Scott2015-04-141-4/+6
|\ \ \ | | | | | | | | | | | | | | | | andersonDadario/fix_security_guide_captcha_03_21_2015 Fix security guide captcha 03 21 2015 [ci skip]
| * | | [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
| | | | | | | | | | | | | | | | | | | | - https://github.com/rails/sprockets/commit/14b3b2eddac4699c64c051888e3801732b9a4418 - https://github.com/rails/sprockets/issues/26
* | | | Merge pull request #19753 from jonatack/use-ruby-2-2-2Guillermo Iguaran2015-04-132-3/+3
|\ \ \ \ | |_|_|/ |/| | | Upgrade to Ruby 2.2.2
| * | | Upgrade to Ruby 2.2.2Jon Atack2015-04-142-3/+3
| | | | | | | | | | | | | | | | and fix the grammar in the ruby_version_check.rb user message.
* | | | 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
| | | | |