aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19959 from imtayadeway/tw/caching-docsZachary Scott2015-04-291-11/+11
|\ | | | | Fix style/grammar/typos in Caching guide.
| * Fix style/grammar/typos in Caching guide.Tim Wade2015-04-291-11/+11
|/ | | | | * avoid using unnecessary commas * fix some typos
* Add doc for original_exception in ActiveJob::DeserializationError [ci skip]Zachary Scott2015-04-291-0/+2
|
* Add initial doc for Core in AJ [ci skip]Zachary Scott2015-04-291-0/+2
|
* Add initial doc for Enqueuing module [ci skip]Zachary Scott2015-04-291-0/+1
|
* Rails should be nodoc'd here [ci skip]Zachary Scott2015-04-291-1/+1
|
* Merge pull request #19957 from rywall/patch-2Zachary Scott2015-04-291-0/+3
|\ | | | | Document :tld_length option for cookies.
| * Document :tld_length option for cookies.Ryan Wallace2015-04-291-0/+3
| |
* | Merge pull request #19952 from vngrs/activejob_missing_error_messagesYves Senn2015-04-294-4/+4
|\ \ | | | | | | Add missing error messages for sucker_punch, sneakers and qu
| * | Add missing error messages for sucker_punch, sneakers and qu activejob ↵Mehmet Emin İNAÇ2015-04-294-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adapters [ci skip] fix error message change raise to use rails conventions fix misspells
* | | Merge pull request #19949 from thiagoaugusto/create-thiago-punctuation-fixYves Senn2015-04-291-1/+1
|\ \ \ | | | | | | | | | | | | CHANGELOG punctuation fix
| * | | CHANGELOG punctuation fixThiago Augusto2015-04-291-1/+1
| | |/ | |/| | | | Punctuation fix
* / | 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.
* | Merge pull request #19945 from thenickcox/migration_generator_docsZachary Scott2015-04-281-4/+5
|\ \ | | | | | | [ci skip] Correct grammar, add docs to ActiveRecord migration generator
| * | [ci skip] Correct grammar, add docs to ActiveRecord migration generatorNick Cox2015-04-281-4/+5
| | |
* | | Merge pull request #19941 from javan/actionmailer-cache-noopRafael Mendonça França2015-04-282-2/+14
|\ \ \ | | | | | | | | Make ActionMailer #cache helper a no-op, not an exception
| * | | Make ActionMailer #cache helper a no-op, not an exceptionJavan Makhmali2015-04-282-2/+14
|/ / /
* | | Merge pull request #19939 from artofhuman/remove-mocha-from-some-testsRafael Mendonça França2015-04-281-10/+13
|\ \ \ | | | | | | | | Remove use of mocha in the named base tests
| * | | Remove use of mocha in the named base testsSemyon Pupkov2015-04-281-10/+13
| | | |
* | | | Merge pull request #19942 from earthrid/masterZachary Scott2015-04-281-4/+1
|\ \ \ \ | | | | | | | | | | Rewording
| * | | | 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 #19917 from senny/preview_null_mailYves Senn2015-04-285-6/+55
|\ \ \ \ | | | | | | | | | | Previews when `mail` wasn't called (NullMail instances).
| * | | | mailer previews for `NullMail` instances. Closes #19849.Yves Senn2015-04-285-6/+47
| | | | |
| * | | | mailer previews, make sure labels and values line up.Yves Senn2015-04-282-0/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | While this was true before when every `dd` had a value, this patch makes sure that everything keeps lining up even when the `dd` node is blank.
* | | | 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 #19937 from tak1n/masterCarlos Antonio da Silva2015-04-281-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fixed typo in documentation
| * | | | | fixed typoBenny Klotz2015-04-281-2/+2
| | |_|/ / | |/| | |
* | | | | 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]
* | | | | | Merge pull request #19930 from axilleas/doc_smtp_plain_auth_fixYves Senn2015-04-281-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | AUTH PLAIN is Base64 encoded [ci skip]
| * | | | | AUTH PLAIN is Base64 encoded [ci skip]Achilleas Pipinellis2015-04-281-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contrary to what the name suggests, PLAIN SMTP authentication is not sent in plain text but is Base64 encoded like the LOGIN method. Their difference is described in the third link below. * https://tools.ietf.org/html/rfc4954 * https://en.wikipedia.org/wiki/SMTP_Authentication * http://www.samlogic.net/articles/smtp-commands-reference-auth.htm
* | / / / 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.
* | | | Merge pull request #19907 from artofhuman/sneakers-updateYves Senn2015-04-282-8/+8
|\ \ \ \ | | | | | | | | | | Unlock sneakers adapter version
| * | | | Unlock sneakers adapter versionSemyon Pupkov2015-04-282-8/+8
| | | | |
* | | | | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_thanYves Senn2015-04-283-1/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | Fix unscope for less than
| * | | | Fix unscope for less thanTAKAHASHI Kazuaki2015-03-272-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code such as the following will be corrected. Developer.where(id: -Float::INFINITY...2).unscope(where: :id)
* | | | | Merge pull request #19718 from eagletmt/find_by-without-argYves Senn2015-04-283-4/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | Raise ArgumentError when find_by receives no arguments
| * | | | Raise ArgumentError when find_by receives no argumentsKohei Suzuki2015-04-112-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fixes the strange error saying undefined method `take'. ``` RelationTest#test_find_by_without_arg_behaves_same_with_find_by({}): NoMethodError: undefined method `take' for #<ActiveRecord::QueryMethods::WhereChain:0x007f9c55db1d68> ```
* | | | | Merge pull request #19927 from prathamesh-sonpatki/request-forgery-docsYves Senn2015-04-281-5/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | Updated request_forgery_protection docs [ci skip]
| * | | | Updated request_forgery_protection docs [ci skip]Prathamesh Sonpatki2015-04-281-5/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | - Changed Javascript to JavaScript. - Added full-stop which was missing, also wrapped the sentence to 80 chars. - Changed proc to Proc and oauth to OAuth.
* | | | Merge pull request #19919 from piton4eg/patch-3Arthur Nogueira Neves2015-04-271-7/+7
|\ \ \ \ | | | | | | | | | | Small punctuation fixes [ci skip]
| * | | | Small punctuation fixes [ci skip]Alexey Markov2015-04-271-7/+7
|/ / / /
* | | | remove trailing whitespace. [ci skip]Yves Senn2015-04-271-1/+1
| | | |
* | | | Merge pull request #19918 from vngrs/becomes_missing_note_about_stiYves Senn2015-04-271-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | Add note about sti column value to becomes method [ci skip]
| * | | | Add note about sti column value to becomes method [ci skip]Mehmet Emin İNAÇ2015-04-271-2/+4
| | | | |
* | | | | Add changelog for rake routes default fixArthur Neves2015-04-271-0/+7
| | | | | | | | | | | | | | | | | | | | [see #18392]
* | | | | Merge pull request #18392 from brainopia/fix_route_requirementsArthur Nogueira Neves2015-04-272-1/+9
|\ \ \ \ \ | |/ / / / |/| | | | Correct route requirements by overriding defaultls