aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Use a smaller TIFF file as fixtureErshad Kunnakkadan2019-07-271-0/+0
|/ / / / / / / /
* / / / / / / / Avoid to use a method that acts on the hashyuuji.yaginuma2019-07-271-1/+1
|/ / / / / / /
* | | | | | | Use match? where we don't need MatchDataAkira Matsuda2019-07-2723-28/+28
* | | | | | | Use assert_match / assert_no_match for asserting matchAkira Matsuda2019-07-272-9/+9
* | | | | | | Do not use the same temp file in different testsyuuji.yaginuma2019-07-271-4/+5
* | | | | | | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2019-07-271-1/+1
* | | | | | | Merge pull request #36781 from pietro-moro/phone_to_tests_followupCarlos Antonio da Silva2019-07-261-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Change test description with the correct URL namePietro Moro2019-07-261-8/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #36773 from seejohnrun/db-configuration-separate-env-varsEileen M. Uchitelle2019-07-263-7/+45
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow separate database env variables per-connectionJohn Crepezzi2019-07-263-7/+45
* | | | | | | Remove tough to grasp -1 + 1 = 0 from String#toKasper Timm Hansen2019-07-262-2/+4
* | | | | | | Merge pull request #36178 from sshaw/fix_time_zone_options_priorityRafael França2019-07-261-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Update time_zone_options_for_select docssshaw2019-05-041-3/+4
* | | | | | | | Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...Rafael França2019-07-262-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent reading inline attachments after `mail` was called from raising an in...Isaac Betesh2019-05-212-1/+12
* | | | | | | | | Merge pull request #36780 from abhaynikam/36775-follow-up-change-test-descrip...Rafael França2019-07-261-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change the test description to say the URL helper name in test.Abhay Nikam2019-07-271-7/+7
* | | | | | | | | | Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P...Simone Carletti2019-07-261-1/+17
|/ / / / / / / / /
* | | | | | | | | Added a phone_to helper method, on the style of mail_to and sms_to. (#36775)Pietro Moro2019-07-263-0/+115
* | | | | | | | | Merge pull request #36254 from sharang-d/remove-named-helpersRafael França2019-07-265-14/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use a single term instead of all terms used to describe path and URL helpers ...Sharang Dashputre2019-07-265-14/+14
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #36702 from cpruitt/raise-on-transliterate-ascii-8bitRafael França2019-07-262-1/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove comments in test fileCliff Pruitt2019-07-261-7/+0
| * | | | | | | | | Handle GB18030 strings with invalid characters in transliterateCliff Pruitt2019-07-262-13/+18
| * | | | | | | | | Handle US-ASCII strings with invalid characters in transliterateCliff Pruitt2019-07-262-19/+26
| * | | | | | | | | Add encoding tests for ActiveSupport::Inflector.transliterateCliff Pruitt2019-07-261-0/+57
| * | | | | | | | | Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterateCliff Pruitt2019-07-262-0/+12
| |/ / / / / / / /
* | | | | | | | | Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentialsRafael França2019-07-264-9/+185
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prettify diff generated by git for encripted file:Edouard CHIN2019-07-264-9/+185
* | | | | | | | | | Merge pull request #36779 from Shopify/optimize-url-helper-creationRafael França2019-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Optimize Journey::Route#glob?Jean Boussier2019-07-261-1/+1
* | | | | | | | | | | Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...Rafael França2019-07-262-3/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix join middle table alias when using HABTMTakayuki Nakata2019-07-262-3/+10
* | | | | | | | | | | | Merge pull request #36764 from willianveiga/feature/inputs-inside-disabled-fi...Rafael França2019-07-262-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add test for submitted fields within disabled fieldsetsWillian Gustavo Veiga2019-07-261-0/+18
| * | | | | | | | | | | | Issue #36728 - Inputs inside disabled fieldset are not submited on remote: tr...Willian Gustavo Veiga2019-07-251-0/+1
* | | | | | | | | | | | | Merge pull request #36213 from st0012/fix-25842Rafael França2019-07-265-7/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add `Vary: Accept` header when renderingst00122019-07-265-7/+60
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #35992 from jduff/include_bccRafael França2019-07-264-1/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix Bcc header missing with emails from conductor and test helpersJohn Duff2019-07-264-1/+39
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #36778 from abhaynikam/remove-unwanted-javascript-compile-...Rafael França2019-07-261-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed webpacker:compile step from scaffold test as it is not required and a...Abhay Nikam2019-07-261-2/+0
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #36372 from instructure-bridge/6-0-stableRafael França2019-07-262-8/+21
* | | | | | | | | | | | Merge pull request #36771 from ajn123/add-documentation-for-csrf-javascriptRafael França2019-07-261-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ci skip] add CSRF token explanation for javascript documentationajn1232019-07-261-0/+18
* | | | | | | | | | | | | Merge pull request #36772 from sharang-d/default-for-digestRafael França2019-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add a default value for arg `format` in `ActionView::Digestor.digest()`Sharang Dashputre2019-07-261-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #36300 from okuramasafumi/make-handle-options-privateRafael França2019-07-261-22/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make `handle_options` method privateOKURA Masafumi2019-05-181-22/+22
* | | | | | | | | | | | | Merge pull request #35334 from sharang-d/digest-doc-updateRafael França2019-07-261-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \