aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Remove explicit to_s for consistency with other exampleTrevor Wistaff2018-10-161-1/+1
* Merge pull request #34220 from bogdanvlviv/follow-up-33571Gannon McGibbon2018-10-161-3/+3
|\
| * Clarify docs of `ActiveJob::TestHelper` [ci skip]bogdanvlviv2018-10-161-3/+3
* | Merge pull request #34203 from albertoalmagro/add-habtm-singular-ids-regressi...Ryuta Kamizono2018-10-161-0/+12
|\ \
| * | Add regression test against habtm memoized singular_idsAlberto Almagro2018-10-161-0/+12
* | | Merge pull request #34056 from CaDs/CaDs-extend_documentation_for_fetch_multiRichard Schneeman2018-10-161-2/+11
|\ \ \ | |/ / |/| |
| * | Extends documentation for ActiveSupport::Cache#fetch_multi [ci skip]Carlos Donderis2018-10-161-2/+11
* | | Merge pull request #29204 from RasPat1/issue-29200-scaffold-reference-display...Ryuta Kamizono2018-10-164-5/+21
|\ \ \
| * | | Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-144-5/+20
* | | | Merge pull request #33075 from fedxgibson/pg_ambigous_column_cache_key_limit_...Ryuta Kamizono2018-10-163-2/+22
|\ \ \ \
| * | | | Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error)Federico Martinez2018-10-153-2/+22
|/ / / /
* | | | Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-153-3/+18
* | | | Merge pull request #34214 from brasscapon/rails_fiveRyuta Kamizono2018-10-151-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update snippet to rails 5 syntaxAdam Demirel2018-10-151-1/+1
* | | | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-153-3/+11
* | | | Merge pull request #34135 from Edouard-chin/ec-rounded-durationAndrew White2018-10-153-3/+12
|\ \ \ \
| * | | | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-123-3/+12
| | |/ / | |/| |
* | | | Ensure to test that `project.developers` is ordered by `developers.name desc`Ryuta Kamizono2018-10-151-1/+1
* | | | Merge pull request #34209 from y-yagi/fix_tests_on_mail_271Yuji Yaginuma2018-10-152-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix tests on Mail 2.7.1yuuji.yaginuma2018-10-141-4/+4
| * | | Bump mail to `2.7.1`yuuji.yaginuma2018-10-141-1/+1
|/ / /
* | | Improve model attribute accessor method names for backtracesDylan Thacker-Smith2018-10-125-75/+69
* | | Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-127-122/+212
* | | Merge pull request #34123 from frodsan/deprecate_unicode_string_wrappersJeremy Daer2018-10-124-41/+23
|\ \ \
| * | | Use native String#capitalizeFrancesco Rodríguez2018-10-122-9/+2
| * | | Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-124-33/+22
* | | | Runs the generator before assertionsyuuji.yaginuma2018-10-121-0/+1
|/ / /
* | | Test that nested structs to_json works as expectedEileen Uchitelle2018-10-111-0/+10
* | | Merge pull request #34185 from gmcgibbon/test_retryRafael França2018-10-114-2/+9
|\ \ \ | |/ / |/| |
| * | Include test gems in CIGannon McGibbon2018-10-111-1/+1
| * | Add test retries for railtiesGannon McGibbon2018-10-113-1/+8
|/ /
* | Merge pull request #34189 from orhantoy/fix-link-to-concurrent-ruby-docsKasper Timm Hansen2018-10-111-1/+1
|\ \
| * | [ci skip] Fix link to Concurrent::ThreadPoolExecutor docsOrhan Toy2018-10-111-1/+1
|/ /
* | Merge pull request #34188 from yskkin/remove_commentRyuta Kamizono2018-10-111-2/+0
|\ \
| * | Remove invalid magic comment [ci skip]Yoshiyuki Kinjo2018-10-111-2/+0
|/ /
* | Merge pull request #34052 from eileencodes/connection-switchingEileen M. Uchitelle2018-10-104-1/+328
|\ \
| * | Basic API for connection switchingEileen Uchitelle2018-10-104-1/+328
|/ /
* | Merge pull request #34110 from albertoalmagro/enum-raises-on-invalid-definiti...Eileen M. Uchitelle2018-10-103-0/+33
|\ \
| * | Privatize ENUM_CONFLICT_MESSAGE constantAlberto Almagro2018-10-101-0/+1
| * | Raise on invalid definition valuesAlberto Almagro2018-10-103-0/+32
* | | Merge pull request #34137 from gmcgibbon/db_migrate_status_multi_dbEileen M. Uchitelle2018-10-103-20/+71
|\ \ \
| * | | Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-093-20/+71
* | | | Merge pull request #34109 from bogdanvlviv/follow-up-34064Eileen M. Uchitelle2018-10-101-21/+0
|\ \ \ \
| * | | | Follow up #34064bogdanvlviv2018-10-061-21/+0
* | | | | Merge pull request #34136 from rails/add-allocations-to-template-rendererEileen M. Uchitelle2018-10-105-12/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add allocations to template renderer subscriptionEileen Uchitelle2018-10-105-12/+27
* | | | | Merge pull request #34122 from kamipo/generate_relation_methodsRyuta Kamizono2018-10-106-5/+59
|\ \ \ \ \
| * | | | | Generate delegation methods to named scope in the definition timeRyuta Kamizono2018-10-096-5/+59
* | | | | | Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of...Ryuta Kamizono2018-10-107-3/+111
|\ \ \ \ \ \
| * | | | | | Clear QueryCache when reloading associationsChristophe Maximin2018-10-107-3/+111