Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Avoid hash allocation for HashWithIndifferentAccess#convert_value default opt... | Joel Turkel | 2019-07-24 | 1 | -1/+3 | |
* | | | | | | | | | | | | Merge pull request #34201 from Edouard-chin/ec-follow-redirect-307 | Rafael França | 2019-07-25 | 3 | -3/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection: | Edouard CHIN | 2019-07-25 | 3 | -3/+26 | |
* | | | | | | | | | | | | | Merge pull request #36762 from Shopify/descendants-tracker-cleanup | Rafael França | 2019-07-25 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Optimize DescendantsArray insertions | Jean Boussier | 2019-07-25 | 1 | -2/+4 | |
* | | | | | | | | | | | | | Make sure AR can load without Rails | eileencodes | 2019-07-25 | 1 | -0/+2 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #36760 from andre-lgf/master | Rafael França | 2019-07-25 | 1 | -0/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update action_view_overview.md | André Galatti Faria | 2019-07-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | collection_radio_buttons options example | André Galatti Faria | 2019-07-24 | 1 | -0/+28 | |
* | | | | | | | | | | | | | Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-... | Rafael França | 2019-07-25 | 2 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix index_exists? for PostgreSQL expression indexes | Stan Hu | 2019-07-24 | 2 | -3/+5 | |
* | | | | | | | | | | | | | | Merge pull request #36492 from kamipo/remove_depth_first_visitor | Ryuta Kamizono | 2019-07-25 | 7 | -518/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Remove unused `DepthFirst` visitor | Ryuta Kamizono | 2019-06-15 | 7 | -518/+7 | |
* | | | | | | | | | | | | | | | Stop setting a default Capybara app host | George Claghorn | 2019-07-24 | 6 | -38/+43 | |
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databases | Eileen M. Uchitelle | 2019-07-24 | 2 | -12/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix multiple database support for DATABASE_URL env variable | John Crepezzi | 2019-07-24 | 2 | -12/+42 | |
* | | | | | | | | | | | | | | Merge pull request #36753 from cmrd-senya/36752-make-rails-logger-fiber-safe | Rafael França | 2019-07-24 | 3 | -1/+78 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Make ActiveSupport::Logger Fiber-safe | Senya | 2019-07-24 | 3 | -1/+78 | |
* | | | | | | | | | | | | | | | Merge pull request #36562 from colszowka/patch-1 | Rafael França | 2019-07-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add warning about using UUIDs with activestorage | Christoph Olszowka | 2019-06-27 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | Merge pull request #36564 from rodrei/docs-active-starage-warning | Rafael França | 2019-07-24 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update docs with warning on AS Content-Disposition override [ci skip] | Rodrigo Pavano | 2019-06-27 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | Updated ActiveStorage docs by adding missing config [ci skip] | Rodrigo Pavano | 2019-06-27 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #36580 from Shopify/schema-cache-deuplication-from-database | Rafael França | 2019-07-24 | 1 | -5/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Also deduplicate schema cache structure when they are read from the database | Jean Boussier | 2019-07-01 | 1 | -5/+15 | |
* | | | | | | | | | | | | | | | | Merge pull request #36524 from okuramasafumi/add-middleware-command-to-comman... | Rafael França | 2019-07-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add some commands to misc section in CLI guide | OKURA Masafumi | 2019-06-20 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | Merge pull request #36715 from peterzhu2118/azure-content-type | Eileen M. Uchitelle | 2019-07-24 | 2 | -2/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Add content_type to upload in Azure | Peter Zhu | 2019-07-24 | 2 | -2/+16 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #36671 from wjessop/do_not_validate_non_dirty_association_... | Eileen M. Uchitelle | 2019-07-24 | 5 | -1/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Don't validate non dirty association targets | Will Jessop | 2019-07-15 | 5 | -1/+37 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #34218 from eliotsykes/filter-common-sensitive-params | Rafael França | 2019-07-24 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Add common sensitive names to generated filter parameters | Eliot Sykes | 2018-11-20 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | Add secret to generated filter parameters | Eliot Sykes | 2018-11-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotation | Rafael França | 2019-07-24 | 2 | -0/+96 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Introduce a new ActiveSupport::SecureCompareRotator class: | Edouard CHIN | 2019-06-06 | 2 | -0/+96 | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #36467 from spk/add-doc-host-protocol-asset_path | Rafael França | 2019-07-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Add documentation on actionview asset_path with host and protocol | Laurent Arnoud | 2019-06-12 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #36749 from sergey-alekseev/patch-1 | Rafael França | 2019-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | fix a typo in 5_2_release_notes.md | Sergey Alekseev | 2019-07-24 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #36741 from Edouard-chin/ec-system-test-url-options | Eileen M. Uchitelle | 2019-07-24 | 2 | -5/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Define the `url_options` needed for SytemTest inside the route proxy: | Edouard CHIN | 2019-07-24 | 2 | -5/+52 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #36744 from freeletics/fix-db-prepare | Eileen M. Uchitelle | 2019-07-24 | 2 | -3/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed db:prepare task to not touch schema when dump_schema_after_migration is... | Wojciech Wnętrzak | 2019-07-24 | 2 | -3/+20 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #36746 from abhaynikam/36738-followup-to-fix-typo-in-depre... | Ryuta Kamizono | 2019-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed the typo in the deprecation error messages. Followup #36738 | Abhay Nikam | 2019-07-23 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | | | | | | | | | | Fix broken rdoc for UrlHelper [ci skip] | Ryuta Kamizono | 2019-07-24 | 1 | -6/+6 | |
|/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #36370 from ptoomey3/master | Rafael França | 2019-07-23 | 2 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Update activesupport/test/parameter_filter_test.rb | Patrick Toomey | 2019-07-23 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | Use style consistent with surrounding code | Patrick Toomey | 2019-05-31 | 1 | -3/+1 |