aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Missing require AS/core_ext/string/inflectionsAkira Matsuda2019-08-021-0/+2
* | | | | Let's try not to depend too much on other core extensions in a core extension...Akira Matsuda2019-08-021-1/+1
* | | | | Missing require AS/core_ext/object/blankAkira Matsuda2019-08-021-0/+1
* | | | | require only what each test concernsAkira Matsuda2019-08-024-4/+7
* | | | | You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-028-78/+20
* | | | | MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-0211-28/+3
| |/ / / |/| | |
* | | | Merge pull request #36834 from kamipo/deduplicate_joinsRyuta Kamizono2019-08-022-3/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Deduplicate joins valuesRyuta Kamizono2019-08-022-3/+13
|/ / /
* | | Fix `_write_layout_method`Ryuta Kamizono2019-08-021-1/+1
* | | No private defRafael Mendonça França2019-08-013-4/+8
* | | Merge pull request #36831 from akshaymohite/fix-form-helpers-documentation-co...Carlos Antonio da Silva2019-08-011-1/+1
|\ \ \
| * | | Added missing comment notation for the example of form_with in form_helpers.m...Akshay Mohite2019-08-011-1/+1
|/ / /
* | | Missing require "AS/core_ext/date_time/conversions"Akira Matsuda2019-08-011-0/+1
* | | Another missing require "AS/core_ext/object/try"Akira Matsuda2019-08-011-0/+1
* | | It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-0114-0/+21
* | | Don't require 'active_support/all' in an individual test case!!!Akira Matsuda2019-08-012-1/+1
* | | These methods doesn't have to be `protected`Akira Matsuda2019-08-012-6/+3
* | | Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-0124-43/+40
* | | Merge pull request #36827 from akshaymohite/fix-documentation-typo-in-exampleVipul A M2019-08-011-1/+1
|\ \ \
| * | | Fixed a typo in documentation example of activerecord database configuration....Akshay Mohite2019-08-011-1/+1
| | |/ | |/|
* | | Do not use the same test class in different testsyuuji.yaginuma2019-08-011-2/+2
* | | Merge pull request #36792 from peterzhu2118/azure-content-dispositionGannon McGibbon2019-07-312-2/+19
|\ \ \
| * | | Upload file with filename and disposition for AzurePeter Zhu2019-07-312-2/+19
* | | | Merge pull request #36825 from cpruitt/transliterate-frozen-us-ascii-stringsEileen M. Uchitelle2019-07-312-7/+8
|\ \ \ \
| * | | | Prevent error on transliterate with frozen strings.Cliff Pruitt2019-07-312-7/+8
| | |/ / | |/| |
* | | | Merge pull request #36791 from peterzhu2118/s3-upload-dispositionGannon McGibbon2019-07-312-7/+26
|\ \ \ \
| * | | | Upload file with filename and disposition for S3Peter Zhu2019-07-312-7/+26
| | |/ / | |/| |
* | | | Merge pull request #36824 from eileencodes/fix-db-seedEileen M. Uchitelle2019-07-312-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix db:seedeileencodes2019-07-312-0/+21
|/ / /
* | | Address to rubocop offencesRyuta Kamizono2019-07-315-6/+6
* | | Reduce method invocations and object allocations in head()Akira Matsuda2019-07-311-1/+1
* | | Reduce Array allocationsAkira Matsuda2019-07-312-4/+4
* | | Reduce block executionAkira Matsuda2019-07-311-3/+3
* | | Reduce method callsAkira Matsuda2019-07-311-2/+1
* | | Reduce Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-314-6/+6
* | | Reduce Array allocationsAkira Matsuda2019-07-311-1/+1
* | | Reduce some more Hash#fetch + default object allocationsAkira Matsuda2019-07-312-3/+3
* | | Merge pull request #36708 from rails/has-one-polymorphic-touch-dont-cache-ass...Kasper Timm Hansen2019-07-315-12/+37
|\ \ \
| * | | Polymorphic has_one touch: Reset association cache result after create transa...Kasper Timm Hansen2019-07-315-12/+37
* | | | Merge pull request #36819 from yamato-payforward/payforward-branchRyuta Kamizono2019-07-311-1/+1
|\ \ \ \
| * | | | fix a typoyamato-payforward2019-07-311-1/+1
|/ / / /
* | | | Merge pull request #36818 from hc0208/fix_typo_in_data_remote_jsRyuta Kamizono2019-07-311-1/+1
|\ \ \ \
| * | | | Fix typo submited → submitted [ci skip]hc02082019-07-311-1/+1
* | | | | Accessing ivar with Symbols might be just a very little bit better than with ...Akira Matsuda2019-07-314-8/+8
* | | | | Avoid creating new Array when looking up already registered detailAkira Matsuda2019-07-311-1/+1
* | | | | Reduce Hash object creation when normalizing request envAkira Matsuda2019-07-311-2/+3
* | | | | Cache tags_text to avoid computing tags each time when loggingAkira Matsuda2019-07-311-5/+10
* | | | | Reduce object allocations in Middleware::StaticAkira Matsuda2019-07-311-11/+12
* | | | | Reduce unnecessary String creation by not `to_s`ing until nothing matchesAkira Matsuda2019-07-311-1/+1
* | | | | Reduce String allocation when finding controller classAkira Matsuda2019-07-311-1/+1