Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix style/grammar/typos in Caching guide. | Tim Wade | 2015-04-29 | 1 | -11/+11 |
| | | | | | * avoid using unnecessary commas * fix some typos | ||||
* | Add doc for original_exception in ActiveJob::DeserializationError [ci skip] | Zachary Scott | 2015-04-29 | 1 | -0/+2 |
| | |||||
* | Add initial doc for Core in AJ [ci skip] | Zachary Scott | 2015-04-29 | 1 | -0/+2 |
| | |||||
* | Add initial doc for Enqueuing module [ci skip] | Zachary Scott | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Rails should be nodoc'd here [ci skip] | Zachary Scott | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19957 from rywall/patch-2 | Zachary Scott | 2015-04-29 | 1 | -0/+3 |
|\ | | | | | Document :tld_length option for cookies. | ||||
| * | Document :tld_length option for cookies. | Ryan Wallace | 2015-04-29 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #19952 from vngrs/activejob_missing_error_messages | Yves Senn | 2015-04-29 | 4 | -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-29 | 4 | -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-fix | Yves Senn | 2015-04-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | CHANGELOG punctuation fix | ||||
| * | | | CHANGELOG punctuation fix | Thiago Augusto | 2015-04-29 | 1 | -1/+1 |
| | |/ | |/| | | | | Punctuation fix | ||||
* / | | Revert "Merge pull request #19817 from tpitale/4_2-release-notes-fix" | Godfrey Chan | 2015-04-28 | 1 | -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_docs | Zachary Scott | 2015-04-28 | 1 | -4/+5 |
|\ \ | | | | | | | [ci skip] Correct grammar, add docs to ActiveRecord migration generator | ||||
| * | | [ci skip] Correct grammar, add docs to ActiveRecord migration generator | Nick Cox | 2015-04-28 | 1 | -4/+5 |
| | | | |||||
* | | | Merge pull request #19941 from javan/actionmailer-cache-noop | Rafael Mendonça França | 2015-04-28 | 2 | -2/+14 |
|\ \ \ | | | | | | | | | Make ActionMailer #cache helper a no-op, not an exception | ||||
| * | | | Make ActionMailer #cache helper a no-op, not an exception | Javan Makhmali | 2015-04-28 | 2 | -2/+14 |
|/ / / | |||||
* | | | Merge pull request #19939 from artofhuman/remove-mocha-from-some-tests | Rafael Mendonça França | 2015-04-28 | 1 | -10/+13 |
|\ \ \ | | | | | | | | | Remove use of mocha in the named base tests | ||||
| * | | | Remove use of mocha in the named base tests | Semyon Pupkov | 2015-04-28 | 1 | -10/+13 |
| | | | | |||||
* | | | | Merge pull request #19942 from earthrid/master | Zachary Scott | 2015-04-28 | 1 | -4/+1 |
|\ \ \ \ | | | | | | | | | | | Rewording | ||||
| * | | | | Rewording | Kevin Busby | 2015-04-28 | 1 | -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_mail | Yves Senn | 2015-04-28 | 5 | -6/+55 |
|\ \ \ \ | | | | | | | | | | | Previews when `mail` wasn't called (NullMail instances). | ||||
| * | | | | mailer previews for `NullMail` instances. Closes #19849. | Yves Senn | 2015-04-28 | 5 | -6/+47 |
| | | | | | |||||
| * | | | | mailer previews, make sure labels and values line up. | Yves Senn | 2015-04-28 | 2 | -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_guidelines | Yves Senn | 2015-04-28 | 2 | -2/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Make sure you execute rake rdoc from rails root directory [ci skip] | ||||
| * | | | Update instructions to build guides locally [ci skip] | Achilleas Pipinellis | 2015-04-28 | 2 | -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-order | Carlos Antonio da Silva | 2015-04-28 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Clarify test_order default configuration behaviour [ci skip] | ||||
| * | | | | Clarify test_order default configuration behaviour [ci skip] | Eliot Sykes | 2015-04-28 | 1 | -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/master | Carlos Antonio da Silva | 2015-04-28 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed typo in documentation | ||||
| * | | | | | fixed typo | Benny Klotz | 2015-04-28 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #19931 from prathamesh-sonpatki/note-about-non-get-links | Yves Senn | 2015-04-28 | 1 | -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 Sonpatki | 2015-04-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | templates [ci skip] | ||||
* | | | | | | Merge pull request #19930 from axilleas/doc_smtp_plain_auth_fix | Yves Senn | 2015-04-28 | 1 | -2/+2 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | AUTH PLAIN is Base64 encoded [ci skip] | ||||
| * | | | | | AUTH PLAIN is Base64 encoded [ci skip] | Achilleas Pipinellis | 2015-04-28 | 1 | -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 Senn | 2015-04-28 | 1 | -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-update | Yves Senn | 2015-04-28 | 2 | -8/+8 |
|\ \ \ \ | | | | | | | | | | | Unlock sneakers adapter version | ||||
| * | | | | Unlock sneakers adapter version | Semyon Pupkov | 2015-04-28 | 2 | -8/+8 |
| | | | | | |||||
* | | | | | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_than | Yves Senn | 2015-04-28 | 3 | -1/+17 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | Fix unscope for less than | ||||
| * | | | | Fix unscope for less than | TAKAHASHI Kazuaki | 2015-03-27 | 2 | -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-arg | Yves Senn | 2015-04-28 | 3 | -4/+17 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | Raise ArgumentError when find_by receives no arguments | ||||
| * | | | | Raise ArgumentError when find_by receives no arguments | Kohei Suzuki | 2015-04-11 | 2 | -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-docs | Yves Senn | 2015-04-28 | 1 | -5/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Updated request_forgery_protection docs [ci skip] | ||||
| * | | | | Updated request_forgery_protection docs [ci skip] | Prathamesh Sonpatki | 2015-04-28 | 1 | -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-3 | Arthur Nogueira Neves | 2015-04-27 | 1 | -7/+7 |
|\ \ \ \ | | | | | | | | | | | Small punctuation fixes [ci skip] | ||||
| * | | | | Small punctuation fixes [ci skip] | Alexey Markov | 2015-04-27 | 1 | -7/+7 |
|/ / / / | |||||
* | | | | remove trailing whitespace. [ci skip] | Yves Senn | 2015-04-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #19918 from vngrs/becomes_missing_note_about_sti | Yves Senn | 2015-04-27 | 1 | -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-27 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | Add changelog for rake routes default fix | Arthur Neves | 2015-04-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | [see #18392] | ||||
* | | | | | Merge pull request #18392 from brainopia/fix_route_requirements | Arthur Nogueira Neves | 2015-04-27 | 2 | -1/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | Correct route requirements by overriding defaultls | ||||
| * | | | | Correct route requirements by overriding defaultls (fixes #18373) | brainopia | 2015-01-08 | 2 | -1/+9 |
| | | | | |