| Commit message (Expand) | Author | Age | Files | Lines |
* | MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now | Akira Matsuda | 2019-08-02 | 11 | -28/+3 |
* | Merge pull request #36834 from kamipo/deduplicate_joins | Ryuta Kamizono | 2019-08-02 | 2 | -3/+13 |
|\ |
|
| * | Deduplicate joins values | Ryuta Kamizono | 2019-08-02 | 2 | -3/+13 |
|/ |
|
* | Fix `_write_layout_method` | Ryuta Kamizono | 2019-08-02 | 1 | -1/+1 |
* | No private def | Rafael Mendonça França | 2019-08-01 | 3 | -4/+8 |
* | Merge pull request #36831 from akshaymohite/fix-form-helpers-documentation-co... | Carlos Antonio da Silva | 2019-08-01 | 1 | -1/+1 |
|\ |
|
| * | Added missing comment notation for the example of form_with in form_helpers.m... | Akshay Mohite | 2019-08-01 | 1 | -1/+1 |
|/ |
|
* | Missing require "AS/core_ext/date_time/conversions" | Akira Matsuda | 2019-08-01 | 1 | -0/+1 |
* | Another missing require "AS/core_ext/object/try" | Akira Matsuda | 2019-08-01 | 1 | -0/+1 |
* | It may be better to explicitly require 'object/try' where we call `try` | Akira Matsuda | 2019-08-01 | 14 | -0/+21 |
* | Don't require 'active_support/all' in an individual test case!!! | Akira Matsuda | 2019-08-01 | 2 | -1/+1 |
* | These methods doesn't have to be `protected` | Akira Matsuda | 2019-08-01 | 2 | -6/+3 |
* | Use `try` only when we're unsure if the receiver would respond_to the method | Akira Matsuda | 2019-08-01 | 24 | -43/+40 |
* | Merge pull request #36827 from akshaymohite/fix-documentation-typo-in-example | Vipul A M | 2019-08-01 | 1 | -1/+1 |
|\ |
|
| * | Fixed a typo in documentation example of activerecord database configuration.... | Akshay Mohite | 2019-08-01 | 1 | -1/+1 |
* | | Do not use the same test class in different tests | yuuji.yaginuma | 2019-08-01 | 1 | -2/+2 |
* | | Merge pull request #36792 from peterzhu2118/azure-content-disposition | Gannon McGibbon | 2019-07-31 | 2 | -2/+19 |
|\ \ |
|
| * | | Upload file with filename and disposition for Azure | Peter Zhu | 2019-07-31 | 2 | -2/+19 |
* | | | Merge pull request #36825 from cpruitt/transliterate-frozen-us-ascii-strings | Eileen M. Uchitelle | 2019-07-31 | 2 | -7/+8 |
|\ \ \ |
|
| * | | | Prevent error on transliterate with frozen strings. | Cliff Pruitt | 2019-07-31 | 2 | -7/+8 |
| | |/
| |/| |
|
* | | | Merge pull request #36791 from peterzhu2118/s3-upload-disposition | Gannon McGibbon | 2019-07-31 | 2 | -7/+26 |
|\ \ \ |
|
| * | | | Upload file with filename and disposition for S3 | Peter Zhu | 2019-07-31 | 2 | -7/+26 |
| | |/
| |/| |
|
* | | | Merge pull request #36824 from eileencodes/fix-db-seed | Eileen M. Uchitelle | 2019-07-31 | 2 | -0/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix db:seed | eileencodes | 2019-07-31 | 2 | -0/+21 |
|/ / |
|
* | | Address to rubocop offences | Ryuta Kamizono | 2019-07-31 | 5 | -6/+6 |
* | | Reduce method invocations and object allocations in head() | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | | Reduce Array allocations | Akira Matsuda | 2019-07-31 | 2 | -4/+4 |
* | | Reduce block execution | Akira Matsuda | 2019-07-31 | 1 | -3/+3 |
* | | Reduce method calls | Akira Matsuda | 2019-07-31 | 1 | -2/+1 |
* | | Reduce Array assignment by not giving a name for unused `*args` | Akira Matsuda | 2019-07-31 | 4 | -6/+6 |
* | | Reduce Array allocations | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | | Reduce some more Hash#fetch + default object allocations | Akira Matsuda | 2019-07-31 | 2 | -3/+3 |
* | | Merge pull request #36708 from rails/has-one-polymorphic-touch-dont-cache-ass... | Kasper Timm Hansen | 2019-07-31 | 5 | -12/+37 |
|\ \ |
|
| * | | Polymorphic has_one touch: Reset association cache result after create transa... | Kasper Timm Hansen | 2019-07-31 | 5 | -12/+37 |
* | | | Merge pull request #36819 from yamato-payforward/payforward-branch | Ryuta Kamizono | 2019-07-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix a typo | yamato-payforward | 2019-07-31 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #36818 from hc0208/fix_typo_in_data_remote_js | Ryuta Kamizono | 2019-07-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix typo submited → submitted [ci skip] | hc0208 | 2019-07-31 | 1 | -1/+1 |
* | | | | Accessing ivar with Symbols might be just a very little bit better than with ... | Akira Matsuda | 2019-07-31 | 4 | -8/+8 |
* | | | | Avoid creating new Array when looking up already registered detail | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | | | | Reduce Hash object creation when normalizing request env | Akira Matsuda | 2019-07-31 | 1 | -2/+3 |
* | | | | Cache tags_text to avoid computing tags each time when logging | Akira Matsuda | 2019-07-31 | 1 | -5/+10 |
* | | | | Reduce object allocations in Middleware::Static | Akira Matsuda | 2019-07-31 | 1 | -11/+12 |
* | | | | Reduce unnecessary String creation by not `to_s`ing until nothing matches | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | | | | Reduce String allocation when finding controller class | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | | | | No need to dup the payload for an instrumentation | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | | | | Speedup and reduce Array creation when constantizing a non-namespaced string | Akira Matsuda | 2019-07-31 | 1 | -25/+29 |
|/ / / |
|
* | | | Merge pull request #36815 from emp823/master | Ryuta Kamizono | 2019-07-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix typo in autoload documentation [ci skip] | Erik Pearson | 2019-07-30 | 1 | -1/+1 |
|/ / / |
|
* | | | Bump Trix to ^1.2.0 | Javan Makhmali | 2019-07-30 | 1 | -1/+1 |