Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #32134 from bogdanvlviv/use-with_partial_writes | Ryuta Kamizono | 2018-02-28 | 1 | -5/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Use `with_partial_writes` helper in `activerecord/test/cases/dirty_test.rb` | bogdanvlviv | 2018-02-28 | 1 | -5/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #32127 from zamith/zamith/screenshot-absolute-path | Rafael França | 2018-02-27 | 2 | -6/+6 | |
|\ \ \ \ | ||||||
| * | | | | Uses the absolute path for system test screenshots | Zamith | 2018-02-27 | 2 | -6/+6 | |
* | | | | | Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-command | Rafael França | 2018-02-27 | 5 | -143/+170 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 5 | -143/+170 | |
* | | | | | | Merge pull request #32125 from rails/switch-to-not-enforcing-utf8-by-default | Andrew White | 2018-02-27 | 14 | -42/+202 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 14 | -42/+202 | |
* | | | | | | | Merge pull request #31966 from kg8m/fix_limited_ids_for | Ryuta Kamizono | 2018-02-28 | 6 | -17/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `#columsn_for_distinct` of MySQL and PostgreSQL | kg8m | 2018-02-27 | 6 | -17/+30 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #28270 from mmangino/dont_ignore_seralization_options | Ryuta Kamizono | 2018-02-27 | 3 | -1/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix style | Mike Mangino | 2017-03-03 | 1 | -1/+1 | |
| * | | | | | | Don't accidentally lose includes in serialization | Mike Mangino | 2017-03-03 | 3 | -4/+13 | |
* | | | | | | | Merge pull request #32005 from maschwenk/ar-distinct-order-count-regression | Ryuta Kamizono | 2018-02-27 | 3 | -1/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Distinct with order #count regression | Max Schwenk | 2018-02-25 | 2 | -1/+9 | |
* | | | | | | | | Merge pull request #32126 from marceloperini/marceloperini/add-nodoc-to-Actio... | Rafael França | 2018-02-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add :nodoc: to ActionView::Helpers::FormBuilder#emitted_hidden_id? | Marcelo Perini Veloso | 2018-02-27 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #31189 from tgxworld/raise_error_when_advisory_lock_is_not... | Rafael França | 2018-02-27 | 2 | -2/+27 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Raise an error if advisory lock in migrator was not released. | Guo Xiang Tan | 2017-11-21 | 2 | -2/+27 | |
* | | | | | | | | | Merge pull request #32124 from willnet/change-order-files-required | Yuji Yaginuma | 2018-02-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip]Change requring order of files in doc | willnet | 2018-02-27 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #26799 from deraru/support-i18n-key-in-submit-tag | Rafael França | 2018-02-26 | 4 | -3/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Change translation key of submit_tag from module_name_class_name to module_na... | Rui Onodera | 2018-02-27 | 4 | -3/+48 | |
* | | | | | | | | | Merge pull request #32115 from avneetmalhotra/routing_bound_parameters_guide_fix | Rafael França | 2018-02-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Correct `to` option's value of the route in the Bound Parameters section in r... | Avneet Singh Malhotra | 2018-02-26 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #32122 from bogdanvlviv/remove-extra-changelog-added-by-31944 | Rafael França | 2018-02-26 | 1 | -16/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove extra changelog added by #31944 | bogdanvlviv | 2018-02-27 | 1 | -16/+0 | |
* | | | | | | | | | | Clear Blob's type before sending it | George Claghorn | 2018-02-26 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31944 from equivalent/delegate_private | Kasper Timm Hansen | 2018-02-26 | 3 | -2/+117 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | add private: true option for ActiveSupport delegate | Tomas Valent | 2018-02-26 | 3 | -2/+117 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Update test to reflect direct upload header changes | George Claghorn | 2018-02-26 | 1 | -1/+1 | |
* | | | | | | | | Partly revert 91b30a001b79096b60d9424a4664a417dce0b767 | Ryuta Kamizono | 2018-02-27 | 1 | -1/+7 | |
* | | | | | | | | Ensure we don't write virtual attributes on update, too | Sean Griffin | 2018-02-26 | 3 | -2/+6 | |
* | | | | | | | | Never attempt to write virtual attributes to the database | Sean Griffin | 2018-02-26 | 2 | -1/+22 | |
* | | | | | | | | Avoid specifying content types for direct uploads to Google Cloud Storage | George Claghorn | 2018-02-26 | 2 | -6/+5 | |
|/ / / / / / / | ||||||
* | / / / / / | Fix "NameError: uninitialized constant Categorization::Category" | yuuji.yaginuma | 2018-02-26 | 1 | -0/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #32106 from bogdanvlviv/fix-rails-6_0_changelogs | Ryuta Kamizono | 2018-02-26 | 3 | -36/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove changelogs for Rails 6.0 since they were backported to `5-2-stable` | bogdanvlviv | 2018-02-26 | 3 | -36/+0 | |
|/ / / / / / | ||||||
* | | | | | | Active Model: Use private attr_reader | Ryuta Kamizono | 2018-02-26 | 4 | -11/+6 | |
* | | | | | | Merge pull request #31895 from kamipo/do_not_attempt_to_find_inverse_of_polym... | Ryuta Kamizono | 2018-02-26 | 7 | -10/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not attempt to automatically find the inverse of a polymorphic `belongs_to... | Ryuta Kamizono | 2018-02-19 | 1 | -10/+4 | |
| * | | | | | | Make `reflection.klass` raise if `polymorphic?` not to be misused | Ryuta Kamizono | 2018-02-19 | 7 | -1/+27 | |
* | | | | | | | Association creation and finding should work consistently (#32048) | Ryuta Kamizono | 2018-02-26 | 3 | -7/+37 | |
* | | | | | | | Remove native `Array#sum` and `Enumerable#sum` detection (#32102) | Ryuta Kamizono | 2018-02-26 | 1 | -63/+44 | |
* | | | | | | | Merge pull request #32100 from eugeneius/active_storage_lazy_load_hook | George Claghorn | 2018-02-24 | 3 | -1/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 3 | -1/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31720 from grantbdev/update_default_hsts_max_age | Guillermo Iguaran | 2018-02-24 | 2 | -7/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into update_default_hsts_max_age | Guillermo Iguaran | 2018-02-24 | 659 | -6371/+7493 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update default HSTS max-age value to 1 year | Grant Bourque | 2018-01-16 | 3 | -7/+11 | |
* | | | | | | | | | Support for automatic nonce generation was backported to 5.2 | Guillermo Iguaran | 2018-02-24 | 1 | -28/+0 | |
| |/ / / / / / / |/| | | | | | | |