aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use ActiveJob 5.2 retry logic for old jobsJohn Hawthorn2019-04-222-5/+37
* Merge pull request #36058 from rails/revert-36038-fix-35602Rafael França2019-04-222-14/+0
|\
| * Revert "Include Caching module for ActionController::API"Rafael França2019-04-222-14/+0
|/
* Merge pull request #36038 from st0012/fix-35602Guillermo Iguaran2019-04-222-0/+14
|\
| * Make sure api controllers can perform caching as wellst00122019-04-192-0/+14
* | [ci skip] Active Storage: updating associations replacesKasper Timm Hansen2019-04-221-0/+2
* | Allow sass-rails greater than 5.x in new appsGuillermo Iguaran2019-04-221-1/+1
* | Make Action Text's rendering helpers more configurableJavan Makhmali2019-04-221-9/+14
* | Avoid new string instance creation in `InsertAll#execute`Ryuta Kamizono2019-04-221-3/+3
* | ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-222-3/+5
* | Don't table name qualify aggrigate column for virtual attributeRyuta Kamizono2019-04-221-4/+2
* | Merge pull request #36052 from kamipo/fast_idRyuta Kamizono2019-04-229-26/+30
|\ \
| * | PERF: 20% faster pk attribute accessRyuta Kamizono2019-04-229-26/+30
* | | Merge pull request #36040 from st0012/update-changelog-for-35145Eileen M. Uchitelle2019-04-221-0/+11
|\ \ \
| * | | Update the changelog to explain the fixst00122019-04-201-0/+11
| | |/ | |/|
* | | Merge pull request #36047 from rmacklin/take-screenshot-soonerEileen M. Uchitelle2019-04-223-5/+42
|\ \ \
| * | | Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-203-5/+42
* | | | Remove useless `set_value` / `get_value` helper methodsRyuta Kamizono2019-04-222-17/+10
| |_|/ |/| |
* | | Remove never used `database_selector` class accessorRyuta Kamizono2019-04-221-1/+0
* | | Merge pull request #36045 from yfxie/fix-normalize-the-hash-of-transformationsGeorge Claghorn2019-04-212-1/+9
|\ \ \
| * | | normalize the hash of transformationsYi Feng2019-04-202-1/+9
* | | | Merge pull request #36051 from yoones/active-storage-bmp-variants-supportGeorge Claghorn2019-04-214-0/+17
|\ \ \ \
| * | | | Allow ActiveStorage to generate variants of BMP imagesYounes SERRAJ2019-04-214-0/+17
| | |/ / | |/| |
* | | | Merge pull request #36049 from kamipo/avoid_method_callRyuta Kamizono2019-04-227-14/+14
|\ \ \ \
| * | | | Avoid method call if `@transaction_state` is not finalizedRyuta Kamizono2019-04-217-14/+14
| | |/ / | |/| |
* | | | Merge pull request #36048 from suretrust/masterKasper Timm Hansen2019-04-211-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix typo by changing 'for' to 'from'Saheed Oladele2019-04-211-1/+1
|/ / /
* / / Add release notes for changes in the guides for Rails 6 [ci skip] (#36046)प्रथमेश Sonpatki2019-04-201-0/+9
|/ /
* | Merge pull request #36041 from abhaynikam/change-deprecation-for-dynamic-rout...Ryuta Kamizono2019-04-202-3/+3
|\ \
| * | Change deprecation message for dangerous query method to be disallowed in Rai...Abhay Nikam2019-04-201-1/+1
| * | Change the deprecation message for dynamic routes segment to 6.1Abhay Nikam2019-04-201-2/+2
* | | Merge pull request #35896 from jlw/bug/active-jobless-seedsGannon McGibbon2019-04-203-1/+37
|\ \ \
| * | | [#35782] Allow loading seeds without ActiveJob (~> 5.2.3)Jeremy Weathers2019-04-193-1/+37
* | | | Merge pull request #35738 from gmcgibbon/aj_assert_drop_usec_docsGannon McGibbon2019-04-202-9/+28
|\ \ \ \
| * | | | Add section on asserting time args for jobsGannon McGibbon2019-03-251-0/+19
| * | | | Fix assert_performed_with time testsGannon McGibbon2019-03-251-9/+9
* | | | | Remove duplicated testyuuji.yaginuma2019-04-201-12/+1
* | | | | Remove description for namespaced `db:migrate:up`eileencodes2019-04-191-1/+0
| |_|/ / |/| | |
* | | | Merge pull request #36039 from eileencodes/add-up-and-down-to-multi-db-rake-t...Eileen M. Uchitelle2019-04-193-1/+115
|\ \ \ \ | |_|/ / |/| | |
| * | | Handle up/down for multiple databaseseileencodes2019-04-193-1/+115
|/ / /
* | | Merge pull request #36001 from prathamesh-sonpatki/null-false-default-belongs-toKasper Timm Hansen2019-04-195-9/+104
|\ \ \
| * | | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-195-9/+104
* | | | Revert "Deprecate `collection_cache_key` which is private API"Ryuta Kamizono2019-04-193-6/+2
* | | | Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-192-1/+10
|\ \ \ \
| * | | | truncate screenshot filenames to avoid errorJosi McClellan2019-04-182-1/+10
* | | | | Merge pull request #35998 from itsWill/add_documentation_for_add_indexEileen M. Uchitelle2019-04-191-0/+20
|\ \ \ \ \
| * | | | | Document algorithm: concurrent options for PostgreSQL [ci skip]Guilherme Mansur2019-04-161-0/+20
* | | | | | Merge pull request #36037 from kamipo/deprecate_methodsRyuta Kamizono2019-04-192-26/+7
|\ \ \ \ \ \
| * | | | | | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-192-26/+7
* | | | | | | Deprecate `collection_cache_key` which is private APIRyuta Kamizono2019-04-193-3/+9
| |_|_|/ / / |/| | | | |