aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ability to unset preventing writeseileencodes2019-08-023-7/+43
* Merge pull request #36814 from eileencodes/introduce-invalid-configuration-errorEileen M. Uchitelle2019-08-022-3/+23
|\
| * Introduce InvalidConfigurationErroreileencodes2019-08-012-3/+23
* | This test needs integer core ext for timeRafael Mendonça França2019-08-021-0/+1
* | ConditionalGet needs time core_extRafael Mendonça França2019-08-021-0/+1
* | Require time extensions in the job that depends on timeRafael Mendonça França2019-08-021-0/+1
* | Require integer conversion for this testRafael Mendonça França2019-08-021-0/+1
* | Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-0250-57/+57
* | Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-0211-3/+28
* | Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-028-20/+78
* | Missing require AS/core_ext/date/conversionsAkira Matsuda2019-08-022-0/+2
* | hash_conversion itself does not at all depend on time extensionsAkira Matsuda2019-08-021-1/+0
* | Add *_previously_was attribute methods when dirty tracking (#36836)David Heinemeier Hansson2019-08-013-1/+19
* | Merge pull request #36837 from composerinteralia/no-colorRyuta Kamizono2019-08-021-5/+0
|\ \
| * | Remove duplicate method definitionDaniel Colson2019-08-011-5/+0
* | | Lazily evaluate FileUpdateCheckerSharedTests when being includedAkira Matsuda2019-08-021-195/+199
* | | No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-0250-57/+57
|/ /
* | Merge pull request #36821 from rails/virtual-attribute-typeRyuta Kamizono2019-08-021-0/+84
|\ \
| * | Add tests for selecting aggregatesGodfrey Chan2019-08-011-0/+84
* | | 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